*{
    margin: 0;
    padding: 0;
}

body{
    height: 110%;
    background-color: rgb(22, 22, 22);
}

.mainclass{
    background-color: rgb(29, 29, 29);
    width: 70%;
    height: 100%;
    margin-left: 15%;
}

.headerclass{
    background-color: rgb(30, 30, 30);
    color: rgb(177, 175, 173);
    display: flex;
    height: 30%;
    margin-left: 5%;
    width: 90%;
    align-items: center;
    justify-content: right;
    justify-content: space-between;
}

#profileid{
    background-image: url("profile.jpeg");
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 25%;
    width: 6%;
    margin-right: -45%;
    margin-left: 5%;
    border-radius: 2vh;
}

.headerclass a{
    font-weight: bolder;
    color: rgb(206, 204, 204);
    text-decoration: none;
    margin-left: -40%;
    margin-right: 3%;
    font-size: large;
}

.headerclass :hover{
    color: rgb(217, 171, 21);
    cursor: pointer;
}

#sectionid{
    height: 80%;
}

#contacttwo{
    margin-top: 5%;
    margin-left: 25%;
    border-radius: 3vh;
    padding-top: 2%;
    height: 70%;
    width: 45%;
    background-color: rgb(50, 50, 49);
}

#login{
    font-size: 5vh;
    font-weight: bold;
    text-align: center;
    color: rgb(213, 58, 58);
}

.detail{
    display: block;
    font-size: 2.5vh;
    margin-top: 5%;
    padding-left: 5%;
    color: rgb(231, 226, 226);
}

.messageboxs{
    color: rgb(224, 224, 224);
    height: 15%;
    margin-top: 5%;
    width: 90%;
    margin-left: 4%;
    border-radius: 2vh;
    padding-left: 2vh;
    font-size: 2.5vh;
    background-color: rgb(11, 11, 11);
}

#sub{
    border-radius: 1vh;
    background-color: rgb(41, 140, 153);
    font-size: 3vh;
    font-weight: bold;
    color: aliceblue;
    margin-left: 15%;
    width: 70%;
    margin-top: 5%;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

#sub:hover{
    transform: scale(1.04);
    background-color: rgb(25, 115, 115);
}

footer{
    height: 12%;
    margin-top: -13%;
    padding-top: 6%;
    text-align: center;
    font-size: 3vh;
    border-radius: 2vh;
    color: rgb(218, 216, 216);
    background-color: rgb(39, 39, 39);
}

#signup{
    margin-left: 27%;
    font-size: 2.5vh;
    color: aliceblue;
}

#signup:hover{
    color: yellow;
}