body{
    background-color: darkblue;
    font-family: Helvetica;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
div{
    background-color: lightblue;
    font-size: 40px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin: 5px;
}
main{
    margin-top: 40px;
    background-color: blue;
    padding: 10px;
    border-radius: 10px;
}
img{
    width: 100px;
    height: 100px;

}
.image{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
}
