*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    height: 800px;
    max-width: 900px;
    background-color: rgb(195, 220, 236);
    padding: 100px;
}
.box{
    width: 100%;
    height: 100%;
    background-color:rgb(179, 172, 165);
    display: flex;
    flex-direction: column;
    padding: 10px;
    row-gap: 20px;
}
h1{
    text-align: center;
}
label{
    display: inline-block;
    font-size: xx-large;
}
select{
    display: inline-block;
    font-size:x-large ;
}
span{
height: 50px;
width: 500px;
font-size: x-large;
background-color: white;
padding: 5px;
}