* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

:root {
    color-scheme: light only;
  }

.info {
    color: white;
    font-weight: bolder;
    font-size: 250%;
    margin-top: 40px;
    text-align: center;
}

.PText {
    color: white;
    font-size: 180%;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.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: 610px;
    border-radius: 22px;
}

.h8 {
    text-align: center;
    margin-top: 40px;
    color: white;
    font-size: 200%;
}

#name {
    height: 40px;
    width: 400px;
    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: 400px;
    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: 400px;
    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: 400px;
    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: 37%;
    margin-top: 470px;
    cursor: pointer;
}

.imggaq {
    border: 0px solid;
    border-color: #ffffff;
    border-radius: 20px;
    width: 450px;
    margin-top: 250px;
    margin-left: 610px;
    height: 600px;
    background-color: #3b3939d3;
    position: absolute;
    align-items: center;
}

/* Footer Section */

.img6 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img7 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img8 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img9 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img10 {
    width: 30px;
    height: auto;
    margin-top: -20px;
}

.footer {
    width: 1050px;
    margin-top: 0px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #3b3939d3;
    width: 1050px;
    border-radius: 20px;
    height: 125px;
}

.footbg {
    background-color: #000000;
    height: 140px;
    display: flex;
    justify-content: center;
}

.icon1 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: -200px;
    height: -110px;
    width: auto;
}

.icon2 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: -100px;
    size: 40px;
}

.icon3 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: 0px;
    size: 40px;
}

.icon4 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: 100px;
    size: 40px;
}

.icon5 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: 200px;
    size: 10px;
}

.copyright {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    color: #ffffff;
    text-align: center;
}