body
{
    margin: 0;
    align-items: center;
    height: 120vh;
    background-color: skyblue;
    font-family: sans-serif;
}
.container
{
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 3px 5px 10px rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
}
h3{
    font-size: 30px;
}
input{
    height: 25px;
    font-size: 20px;
}
button{
    font-size: 18px;
    background-color: crimson;
    color: white;
}
p{
    font-size: 20px;
}
footer{
background-color: #f4eeee;

}
.footerBottom{
width: 100%;
padding: 7px 3px 2px;
}
