*{
    box-sizing: border-box;
}

.container{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 300px;
    background-color: cadetblue;
    max-height: 350px;
    max-width: 350px;
    padding: 50px;
    border-radius: 20px;
    align-self: center;
}

body{
    display: flex;
    flex-direction: column;
    align-items: space-around;
}