body {
    background-color: #000000;
    color: #ffffff;
    font-family: "Geist Mono", monospace;
}

.container {
    display: flex;
    justify-content: center;
    height: 100vh;
}

.text {
    margin-top: 30vh;
}

.text a {
  color: #D2C9C1;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}
