.home{
    display:flex ;
   height: 70vh;
   align-items:center ;
   justify-content: center;
    background-color: rgb(87, 85, 82);
    color: white;
}
body{
   display: flex;
   flex-direction: column;
}
*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    user-select: none;
}
.left{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
.left >div{
    text-align: justify;
}
.left >div >h2{
    margin-bottom: 25px;
    text-align: left;
}
.left > div >p{
    line-height: 2rem;
}
.right{
    width: 40%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
img{
    height: 90%;
    border-radius: 50%;
}
.Nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 100px;
}

.Nav >h2{
    color: rgb(77, 76, 76);
}
.Nav>a{
    border: 1px solid orangered;
    color:orangered;
    background-color: ;
    text-decoration: none;
    font-size: 25px;
    padding: 10px 20px;
    transition: 0.3s;
    border-radius: 5px;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.Nav > a:hover{
    background-color: orangered;
    color: white;
}
a:active{
    scale: 0.95;
}
.social{
    display:flex ;
    align-items: center;
    justify-content:center;
    padding: 20px;
    background-color: whitesmoke;
    flex-wrap: wrap;
    
}

.footer{
    background-color:#023e8a;
    height: 10vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}
.footer >a{
    border: 1px solid white;
    padding: 10px 15px;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: white;
}
.footer>a:active{
    scale: 0.98;
    margin: 0 5px;
}
.uil-instagram{
 font-size: 39px;
 
}
.so:hover{
    background-color:rgb(44, 10, 10);
    border-radius: 50%;
    color: white;
}
.uil-youtube{
    font-size: 39px;   
}
.so{
    margin: 0 5px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uil-twitter{
    font-size: 39px;
    
    
}
.uil-envelope-alt{
    font-size: 39px;
  
    
}
.uil-bookmark-full{
    font-size: 39px;
    
}
a{
    text-decoration: none;
    color: black;
    transition: 0.3s;
}
.su:hover{
    background-color: white;
    color: black;
}