.contactus {
    display: flex;
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 40px 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.contactus .infobox{
    width: 50%;
}

.contactus .info{
    text-align: center;
}

.contactus .form{
    text-align: center;
}

.contactus .form button{
    border-radius: 10px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background-color: rgb(0, 0, 0);
}

.contactus .form input{
    width: 95%;
    margin: 12px -11px;
    height: 40px;
    border-radius: 10px;
}

.contactus .form  #message{
    height: 70px;
}

.choose select{
    font-size: large;
    width: 97%;
    height: 45px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 2px solid black;
    margin: 0 0;
}

.choose{
    margin: 15px 0;
}

.form h1{
    text-align: center;
}

.infobox h1{
    text-align: center;
}



