

#container {
     height: auto;
  text-align: center;
  position: relative;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

#gif {
     height: auto;
  text-align: center;
  position: absolute;
  pointer-events: none
  margin: 0;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.contact {
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    margin-top: 10px;
    color:black
}

ul
{
    list-style-type: none;
}

.li.sc {
   color: brown;
    padding: 0;
}

    a:link {
  color: orangered;
}

a:visited {
  color: orangered;
}

a:hover {
  color: rgb(231, 31, 167);