:root {
    color-scheme: light only;
  }

@media only screen and (max-width: 1200px) {
    
    .section9 {
        background-color: black;
        height: 900px;
        display: flex;
        justify-content: center;
    }
    
    .h7 {
        font-size: 300%;
        margin-top: 150px;
        color: white;
        height: 80px;
        position: absolute;
        text-align: center;
    }
    
    .form {
        height: 600px;
        width: 450px;
        margin-top: 250px;
        background-color: #3b3939;
        position: absolute;
        margin-right: 520px;
        border-radius: 22px;
    }
    
    .h8 {
        text-align: center;
        margin-top: 40px;
        color: white;
        font-size: 200%;
    }
    
    #name {
        height: 40px;
        width: 350px;
        color: white;
        background-color: #3b3939;
        border: none;
        border-bottom: 2px solid;
        border-color: black;
        position: absolute;
        margin-top: 60px;
        margin-left: 11%;
    }
    
    #email {
        height: 40px;
        width: 350px;
        color: white;
        background-color: #3b3939;
        border: none;
        border-bottom: 2px solid;
        border-color: black;
        position: absolute;
        margin-top: 120px;
        margin-left: 11%;
    }
    
    #cell_number {
        height: 40px;
        width: 350px;
        color: white;
        background-color: #3b3939;
        border: none;
        border-bottom: 2px solid;
        border-color: black;
        position: absolute;
        margin-top: 180px;
        margin-left: 11%;
    }
    
    #comments {
        height: 200px;
        width: 350px;
        color: white;
        background-color: #3b3939;
        border: 2px solid;
        border-color: black;
        position: absolute;
        margin-top: 240px;
        margin-left: 11%;
    }
    
    textarea {
        padding-top: 1%;
        padding-left: 1%;
    }
    
    input {
        padding-left: 1%;
    }
    
    .button {
        height: 30px;
        width: 100px;
        font-size: 100%;
        background-color: white;
        border: none;
        border-radius: 12px;
        margin-left: 37%;
        margin-top: 470px;
        cursor: pointer;
    }
    
    .imggaq {
        border: 0px solid;
        border-color: #ffffff;
        border-radius: 20px;
        width: 450px;
        margin-top: 250px;
        margin-left: 520px;
        height: 600px;
        background-color: #3b3939d3;
        position: absolute;
        align-items: center;
    }
    .footer {
        margin-top: 0px;
        position: absolute;
        align-items: center;
        display: flex;
        justify-content: center;
        background-color: #3b3939d3;
        width: 970px;
        border-radius: 20px;
        height: 100px;
    }
}