@font-face {
  font-weight: 400;
  font-family: "Medium";
  src:url("/fonts/Inter-Medium.ttf");
}

@font-face {
  font-weight: 700;
  font-family: "Bold";
  src: url("/fonts/Inter-Bold.ttf");
}

body {
  background: #121216;
  color: #CFD6E8;
  text-align: center;
  font-family: "Bold";
  margin-top: 28px;
  Font-size: 20px;
}

a {  
  color: #0876AD;
  text-decoration: none;
}

p {
  margin-top: 3px;
   font-family: "Medium";
  font-size: 18px;
}

a:hover {
  color:#0876AD;
  opacity: .80;
}