.contactform{
    display: flex;
    justify-content: center;
    /* border: 1px solid; */
    width: 60vw;
    margin: auto;
}

.contactform div{
    margin: 30px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
}

h1{
    margin: 100px auto;
    text-align: center;
}

.form-control{
    font-size: 20px;
    width: 500px;
    border-radius: 10px;
    height: 35px;
}

.form-check{
    display: flex;
    /* justify-content: left; */
}
.form-check-input{
    width: 25px;
    height: 30px;
    cursor: pointer;
}

.contactform button{
    width: 150px;
    height: 44px;
    text-align: center;
    margin-left: 240px;
    /* margin: auto; */
    margin-bottom: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.contactform button:hover{
    background-color: black;
    color: white;
}