html{
    height: auto;
    width: auto;
    margin: 0px;

}

body{
    /* background-color: olive; */
    /* background-image: url(Images/wood.jpg); */
    background-color: hsl(0, 6%, 32%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.maincontainer {
    width: 1024px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.mainheading {
    text-size-adjust: auto;
    font-size: 3cm;
    color: hsl(96, 51%, 49%);
    -webkit-text-stroke: 1.5px hsl(234, 99%, 48%);
    text-align: center;
    margin: 0%;
}

.contactform label {
    font-size: 1cm;
    color: hsl(234, 71%, 34%);
    -webkit-text-stroke: .5px hsl(0, 0%, 0%);
    
}

.contactform input, .contactform textarea {
    width: 85%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid hsl(234, 99%, 48%);
    border-radius: 3px;
}
.contactform button:hover {
    background-color: hsl(234, 71%, 24%);
}

.contactform button {
    background-color: hsl(234, 71%, 34%);
    color: white;
    cursor: pointer;
    font-size: 0.75cm;
    transition: background-color 0.3s ease;
    padding: 15px;
}
#eMaile, #eMaill, #eMailm {
    color: hsl(56, 87%, 58%);
    text-decoration: none;
    -webkit-text-stroke: 1px hsl(0, 0%, 0%);
    font-size: 0.75cm;
}
