*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
}

html body{
    width: 100%;
    height: 100%;
    background-color: #0f2a24;
      color: #c7c7c7;
}
#contact{
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
     justify-content: center;
    align-items: center;
    text-align: center;
}
#contact1{
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}
#right{
    height: 90%;
    width: 50%;
    font-size: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 3rem;
}
#left:hover{
    border: 5px solid #7e500e;
}
#right #up-right{
    display: flex;
    flex-direction: column;
    height: 45%;
    width: 50%; 
    border: 2px solid #7e500e;  
}
#right #up-right:hover{
    border: 5px solid #7e500e;
}
#right #dn-right:hover{
    border: 5px solid #7e500e;
}
#right #dn-right{
    display: flex;
    flex-direction: column;
    height: 45%;
    width: 50%;   
    border: 2px solid #7e500e;
}
#left{
    height: 80%;
    width: 30%;
    font-size: 30px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 3rem;
    border: 2px solid #7e500e;
    margin-right: -13rem;
} 
#left #det{
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    
}
#left input{
    height: 6vh;
    width: 10vw;
     border: 2px solid #ffffff80;
     background-color: transparent;
     font-size: 18px;
     padding: 5px;
     color: white;
}
#left #mess{
    height: 20vh;
    width: 20vw;
    margin-top: 5px;

}
h1{
    align-items: center;
   margin-top: 3rem;
   margin-left: -160px;
   font-size: 50px;
   text-decoration: 2px #ffffffee underline;
}
h1:hover{
 text-shadow:0 0 8px #7e500e;
 font-size: 52px;
}
h2{
    margin-bottom: 20px;
    color: #999966;
}
h3{
    font-size: 18px;
    color: #e6e6e6;
    margin-top: 4px;
    margin-right: 90px;
}


#tech-skill{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    gap: 10px;
    padding-right: 110px;
}
#tech-skill i{
    font-size: 30px;
    width: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.fa-envelope{
    color: #999966;
    margin-left: 150px;
    margin-top: 20px;
}
.fa-linkedin{
  color: blue;
    margin-left: 150px;
    margin-top: 20px;
}
.fa-paper-plane{
    color: #00e5ff;

}
a{
    text-decoration: none;
}
#email{
    border-radius: 50px;
    background-color: #504d4d;
    height: 50px;
    width: 60%;
    margin-top: 20px;
    padding-top: -2px;
}
#email1{
    border-radius: 50px;
    height: 50px;
    width: 60%;
    margin-left: 100px;
    margin-top: 0;
    padding-top: -2px;
}
#email1 h3{
    font-size: 15px;
    color: white;
    border-radius: 50px;
    margin-top: 0;
    margin-right:70px;
    background-color: #504d4d;
}
