body {
    background: #a2d2ff;
    color: #003566;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

label {
    font-size: 1.2em;
}

select {
    padding: 5px 10px ;
    border-radius: 7px;
    cursor: pointer;
    width: 30%;
}

span {
    color: #fff;
    background: #f00;
}


@media (max-width: 576px) {

   
    select{
        width: 80%;
    }
}