body{
    background-image: url("fruit.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size:cover;
    margin: 0;
    background-color: #000000;
    

  font-family: "Inconsolata", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    
 
}





p{
    margin: 0px;
}
.linkz{
    display: flex;
    justify-content:center;
    
    height: 100px;
    
    padding-top:45dvh;
    padding-bottom: calc(55dvh - 120px);
       
    
}

.instaicon{
    height: 40px;
    fill: #47ff71;
    padding-top: 20px;
    padding-right: 17px;
     animation: blinker 4s linear infinite;
}

.mailicon{
    height: 40px;
    fill: #47ff71;
    padding-top: 20px;
     animation: blinker 6s linear infinite;
      
   
}


.foot{
    display: flex;
    justify-content: center;
    height: 20px;
}
.cop{
    font-size: 14px;
    color: #47ff71;
    opacity: 0.5;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}