
@font-face {
  font-family: "Computer Modern";
  src: 
    local("Computer Modern"),
    url("../assets/fonts/computer-modern/cmunss.ttf"),
    url("../assets/fonts/computer-modern/cmunso.ttf"),
    url("../assets/fonts/computer-modern/cmunsx.ttf");
}

* {
  font-family: "Computer Modern"
}

body {
  width: 50%;
  margin: auto;
}

h1 {
  font-weight: bold;
  font-size: calc(2vw + 0.75em);
  text-align: center;
  margin-bottom: 100px;
}


a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: purple;
}

.bottom-border {
  border-bottom: 5px solid black;
}

/* .links h3 {
  text-align: center;
} */

#contact {
  margin: 10% auto auto auto;
  text-align: center;
  border-radius: 10px;
  border: 5px solid black;
}