:root {
    color-scheme: light only;
  }

@media only screen and (max-width: 550px) {

    .footer {
        margin-top: 0px;
        position: absolute;
        align-items: center;
        display: flex;
        justify-content: center;
        background-color: #3b3939d3;
        width: 350px;
        border-radius: 20px;
        height: 130px;
    }
    
    .section9 {
        background-color: black;
        height: 1350px;
        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: 350px;
        margin-top: 250px;
        background-color: #3b3939;
        position: absolute;
        margin-right: 0px;
        border-radius: 22px;
    }
    
    .h8 {
        text-align: center;
        margin-top: 40px;
        color: white;
        font-size: 200%;
    }
    
    #name {
        height: 40px;
        width: 320px;
        color: white;
        background-color: #3b3939;
        border: none;
        border-bottom: 2px solid;
        border-color: black;
        position: absolute;
        margin-top: 60px;
        margin-left: 5%;
    }
    
    #email {
        height: 40px;
        width: 320px;
        color: white;
        background-color: #3b3939;
        border: none;
        border-bottom: 2px solid;
        border-color: black;
        position: absolute;
        margin-top: 120px;
        margin-left: 5%;
    }
    
    #cell_number {
        height: 40px;
        width: 320px;
        color: white;
        background-color: #3b3939;
        border: none;
        border-bottom: 2px solid;
        border-color: black;
        position: absolute;
        margin-top: 180px;
        margin-left: 5%;
    }
    
    #comments {
        height: 200px;
        width: 320px;
        color: white;
        background-color: #3b3939;
        border: 2px solid;
        border-color: black;
        position: absolute;
        margin-top: 240px;
        margin-left: 5%;
    }
    
    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: 35%;
        margin-top: 470px;
        cursor: pointer;
    }
    
    .imggaq {
        border: 0px solid;
        border-color: #ffffff;
        border-radius: 20px;
        width: 350px;
        margin-top: 900px;
        margin-left: 0px;
        height: 400px;
        background-color: #3b3939d3;
        position: absolute;
        align-items: center;
    }

    .info {
        color: white;
        font-weight: bolder;
        font-size: 180%;
        margin-top: 40px;
        text-align: center;
    }

    .PText {
        color: white;
        font-size: 120%;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}