.contact{
    position: relative;
    left:850px;
    top:350px;
    color:white;
}
.email{
    position: relative;
    left:895px;
    top:565px;
    color:white;
}
.email1{
    position: relative;
    left:825px;
    top:630px;
    color:white;
}
.email2{
    position: relative;
    left:845px;
    top:544px;
    color:white;
}
.insta{
    position:relative;;
    bottom:50px;
}

.fb{
    position: relative;
    right:5px;
    top:100px;    
}
.wa{
    position:relative;
    left:20px;
    bottom:80px;     
}
.in{
    position: relative;
    bottom:90px;
    padding-top: 5px;
    padding-bottom: 2px;
    
}
.li{
    position:relative;
    bottom:30px;
    left:15px;
}


/* Add a black background color to the top navigation */
.navigation {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .navigation a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .navigation a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .navigation a.active {
    background-color: #04AA6D;
    color: white;
  }
  .navigation{
    display: flex;
    align-items: right;
    justify-content: space-between;
    flex-wrap: wrap;
  }