@font-face {
  font-family: 'Manrope';
  src: url("/manrope-regular.otf") format("opentype");
}
body {
  margin: 120px;
  color: #bababa;
  background-color: #121212;
  font-family: 'Manrope', Arial, Sans-Serif;
}
