.navbar{
    background-color: white;
    text-align: center; 
    margin-top: 0px;
    font-size: 30px;
} 

h1{ 
    text-align: center; 
    background-color:black;
    color: white;
    border-color: white;
    margin-bottom: 0px;
    border: 5px solid grey;
    font-size: 100px;
     font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

body{ 
    background-color:#a8c1b6;
}

p{
    font-size:30px;
}

img{ 
    width: 350px; 
    float: left;
    margin-right: 10px; 
}
p{ 
    overflow:hidden; 
}

.clearfloat{
    clear:both}