.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.bitcount-prop-single-300 {
  font-family: "Bitcount Prop Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 42px;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}

.translucent-bg {
    background-color: rgba(16, 16, 16, 0.8);
    border-radius: 0px;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('resources/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main {
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    font-size: large;
}

main a {
    color: #a0a0a0;
    text-decoration: none;
}

main a:hover {
    color: #a0a0a0;
    text-decoration: underline;
}

footer a {
    color: #a0a0a0;
    text-decoration: none;
}

footer a:hover {
    color: #a0a0a0;
    text-decoration: underline;
}
