@font-face {
  font-family: "SF-Pro-Rounded-Medium";
  src: url("/src/SF-Pro-Rounded-Medium.otf") format("otf"),
       url("/src/SF-Pro-Rounded-Medium.woff") format("woff");
}


.bodymovin{
  position: absolute;
  width: 20%;
  height: 20%;
  margin: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact{
  width:90vw;
  font-family: SF-Pro-Rounded-Medium;
  font-size: 24px!important;
  position: absolute;
  bottom: 30px;
  margin: auto;
  text-align: center;
  color:black;
}

a{
  color:#FAC3FF;
  text-decoration: none;
}

a:hover{
  opacity: 0.7;
}



@media only screen and (max-width: 1000px) {
  .bodymovin{
    width: 30%;
    height: 30%;
  }
}
