#contact-me-title{
    padding-top: 3cqh;
    padding-bottom: 1cqh;
}

#contact-me-title h1{
    font-weight: bold;
    margin-top: 10cqh;
}

.contact-me-section {
    height: 100cqh;
    width: 100%;
    position: relative;
    background: radial-gradient( rgba(35, 89, 107, 0.5) 0%, rgba(86, 213, 255, 0.5) 100%);
    color: rgba(4, 35, 48);
}

#contact-form-div{
    width: 80cqw;
    margin: auto;
    text-align: left;
}

form input{
    margin-bottom: 3cqh;
    text-align: left;
    border-radius: 8px;
}

form input:first-of-type{
    width: 50%;
}

form input:nth-of-type(2){
    width: 50%;
}

form input:nth-of-type(3){
    width: 75%;
}

form input:last-of-type{
    width: 100%;
    height: 20cqh;
    padding-bottom: 16cqh;
}

form button {
    display: block;
    width: 150px;
    height: 5cqh;
    border-radius: 8px;
    margin: auto;
}