.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
}

.box{
    display: flex;
    flex-direction: column;
    align-items: center;
}

button{
    width: 100px;
    height: 50px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
}

input{
    width: 340px;
    height: 30px;
    margin: 10px;
    font-size: 16px;
    text-align: center;
}

li{
    list-style-type: none;

}