

body {
text-align: center;
margin-top: 150px;
background-color: #9e3039;

}

h1 {
font-size: 1.5em;
font-style: normal; 
font-weight: 300;
margin: 0;
}

p {
margin-top: 30px;
}

a {
color: #ffffff;
}


#main{
font-family: "Source Sans Pro", sans-serif;
font-size: 1em;
width:545px;
margin: auto;
padding-bottom: 20px;
}

#logo {
float:left;
width:250px;
background-color: white;
margin-right: 32px;
}

#content {
float:right;
width:250px;
text-align:left;
color: #ffffff;
line-height: 1.7em;
margin-left: 8px; 
padding-top: 25px;

}

.line-fade {
float:left;
width: 5px;
height: 153px;
background-color: #9e3039;
animation-name: line-fade;
animation-duration: 6s;
animation-delay: 2s;
animation-fill-mode: forwards;
}

@keyframes line-fade {
  from {background-color: #9e3039;}
  to {background-color: white;}
}


