body {
    background-image: url("./img/xs0uO5R.png");
    background-size: cover;
    margin: 0px;
    padding: 0px;
    height: 100vh;
}

.links {
    position: relative;
    left: 15%;
}

body {
    font-family: Arial, sans-serif;
    color: #000000;
}

.pad {
    padding-bottom: 50px;
    padding: 00px;
}

@font-face {
  font-family: 'HyliaSerif';
  src: url('../fonts/HyliaSerif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'HyliaSerif', serif;
}
h1 {
    font-family:'HyliaSerif', serif ;
}
.buttons {
    position: fixed;
    bottom: 20px;
    left: 44%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-content: center;
    text-shadow:2px 2px white;
  }
   
  .buttons a {
    display: block;

    color: rgb(193, 165, 81);
    text-decoration: none;
    padding: 1px 20px;
    font-size: 25px;
    border-radius: 8px;
    text-align: center;
    width: 310px;
  }