main {
    display: grid;
    grid-template-columns: auto auto;
    position: absolute;
    top: 25%;
    left: 14%;
    width: 950px;
    height: 600px;
    background-color: #e2d4ca;
    border: 2px solid black;
    border-radius: 10px;
    padding: 10px;
}
.copy {
    position: absolute;
    top: 140%;
    left: 0%;
    width: 100%;
    height: 200px;
    background-color: rgb(41, 34, 34);
    text-align: center;
    color: white;
}
.navbutc {
    color: red;
}
a {
    text-decoration: none;
}
img {
    pointer-events: none;
    width: 125px;
} 
i {
    color: black;
    font-size: 50px;
    position: relative;
    padding: 5px;
}
select {
    width: 250px;
}
label, select {
    position: relative;
    top: 5%;
    left: 14%;
    height: 30px;
}
select:hover {
    background-color: rgb(250, 239, 239);
}
div {
    border: 2px solid black;
    border-radius: 5px;
}
p {
    position: relative;
    left: 5%;
    max-width: 350px;
}
h2 {
    text-align: center;
}
.hus {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}
.navbut:hover, .navbutc:hover {
    text-decoration: underline whitesmoke
}
.fa-house:hover, .fa-phone:hover {
    background-color: whitesmoke;
    border-radius: 10px;
}
.hidden, .hidden2 {
    position: relative;
    top: 10%;
    left: 10%;
    display: none;
    width: 82%;
    height: 475px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #faf2eb;
}