body {
    background-color: teal;
    font: normal 15pt arial;
}

header  {
    text-align: center;
    color: white;
}

section {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
}

div {
    text-align: center;
    padding: 8px;
}

div img {
    width: 300px;
}

footer p{
    text-align: center;
    font-weight: bold;
    color: white;
}

#res img{
    margin-top: 20px;
}

#btn {
    padding: 15px;
    background-color:white;
    border-radius: 6px;
}

#btn:hover {
    background-color:red;
}


