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

.sadanimation{
  width: 30%;
  height: 30%;
  margin: auto;
}

.contact{
  font-family: SF-Pro-Rounded-Medium;
  position: absolute;
  bottom: 10px;
  margin: auto;
  text-align: center;
  color:black;
}

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

a:hover{
  opacity: 0.7;
}
