*{
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #B2DBBF;
	font-family: sans-serif;
    color:#247ba0;
    font-size: 14px;   
    
}

h1 {
    background-color: #ff1654;
    color: white;
    text-align: center;
    border:10px solid #ff1654;
    font-family: 'Times New Roman', Times, serif;

}

p {
    background-color: #247ba0;
    color: white;
    margin: 20px;
    border: 10px solid #ff1654;
    padding: 10px;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  
}

img {
    background-color: white;
    margin: 15px;
    border: 10px solid #ff1654;
    padding: 10px;
    text-align: center;
    width: 205px;

}

footer {
    background-color: #ff1654;
    border:10px solid #ff1654;
    position:absolute;
    bottom:0px;
    width:100%;
  
}

a{
    color: white;
}