body{
font-family: 'BR Segma', sans-serif;
margin: 0;
padding: 0;
background-color: #ffffff;                                         
}

.header h1 { 
font-family: Impact, "Franklin Gothic Bold", "Helvetica Inserat", "Bitstream Vera Sans Bold", 
"Arial Black", "sans serif"; 
font-size: 80px; 
font-style: normal; 
font-variant: normal; 
text-align: center;
margin-top: 50px;
margin-bottom: 50px;  
} 


#headerone h2 {
font-size: 35px;
margin-top: 100px;
margin-left: 50px;
}


#headertwo h1 {
  margin-top: 75px;
  text-align: center;
}

#headerthree h5 {
  text-align: center;
}

nav{
font-size: 25px;
margin-left: 50px;    
margin-top: 200px;
}


a{
width: auto;
padding: 0px 10px;
}


#firstimage img{
width: 250px;
float: left;
margin-left: 50px;
margin-bottom: 50px;  
}


#secondimage img{
width: 450px;  
float: right;
margin-bottom: 50px;
}


#thirdimage img{
width: 250px;
border-radius: 15%;
margin-left: 500px;
}


#fourthimage img{
width: 90px;
margin-left: 400px;
 
}


#fifthimage img{
  width: 500px;
  margin-top: 100px;
  margin-left: 600px;
}


a{
text-decoration: none;
color: black;
    
}

footer{
    text-align: center;
    margin-top: 500px;
    margin-bottom: 15px;
}