* {
    box-sizing: border-box;
}
a:link
{
    color: #e01616; 
    text-decoration: underline;
}
a:visited
{
    color: #840e0e;
    text-decoration: underline;
}
p.head {
    font-weight: bold;
    text-align: center;
}
a.white {  
    color: white;  
}  
.scaleimg {
    width: 100%;
    height: auto;
}
.column {
    float: left;
    width: 20%;
    padding: 10px;
	border-radius: 25px;
    border: 2px solid;
	background: white;
    padding: 20px; 
    width: 200px;
	font-size: 17px;
	margin: 3px;
}
.contain {
	object-fit: contain;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
	font-size: 17px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.active, .accordion:hover {
    background-color: #ccc;
}
.left {
	width: 20%;
	font-size: 22px;
}
.right {
	width: 75%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
.box {
    box-sizing: border-box;
}
.header {
	text-align: center;
    color: white;
	padding: 15px;
	font-size: 35px;
	text-decoration: underline;
}
.title {
		font-size: 25px;
}
.footer {
	text-align: center;
    color: white;
    padding: 15px;
}
