
@font-face {
  font-family: 'Determination';
  src: url('../fonts/Determination Mono.ttf') format('truetype');
}

body {
    font-weight: lighter;
    background-color: #000;
    color: #ffcc00;
    font-family: 'Determination', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    margin: 0;
}

.white-text {
    color: #fff;
}

.container {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.title {
    font-weight: lighter;
    font-size: 2em;
    margin-bottom: 0.25em;
}

.subtitle {
    font-size: 1.2em;
    margin-top: 0;
}

.section {
    margin-bottom: 2em;
}

.link-list {
    list-style: none;
    padding: 0;
    margin: 0.5em 0;
}

.link-list li a {
    color: inherit;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 1.5;
}

.link-list li a:hover {
    color: #fff;
}

.divider {
    border: none;
    border-top: 1px solid #ffcc00;
    width: 70%;
    margin: 3em auto;
}

   .back-home {
      font-family: 'Determination', sans-serif;
      font-size: 20px;
      color: white;
      background: black;
      padding: 5px 10px;
      text-decoration: none;
      position: fixed;
      bottom: 10px;
      left: 10px;
    }