@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
.foobackground {
width: 1000px;
height: auto;
background-color: #464646;
}

.fooheadline {
width: 470px;
height: auto; 
border-bottom: 3px solid #a5a4a5;
font-family: 'Fjalla One', sans-serif;
font-size: 18px;
text-align: center;
color: #a5a4a5;
margin-bottom: 1px;
}

.foobox {
width: 465px;
height: 75px;
overflow: auto; 
font-size: 11px;
padding: 2px;
color: #a5a4a5;
}

.fooheadline1 {
width: 250px;
height: auto;
border-bottom: 3px solid #a5a4a5;
font-family: 'Fjalla One', sans-serif;
font-size: 18px;
text-align: center;
color: #a5a4a5;
}

.foobox1 {
width: 465px;
height: 100px;
overflow: auto; 
font-size: 11px;
padding: 2px;
text-align: justify;
color: #a5a4a5;
margin-top: -22px;
}