@import url('https://fonts.googleapis.com/css2?family=Monoton&family=Ubuntu:wght@300;400;500;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
    background: #000000;
}

a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

h2 a {
    color: #f05232;
}

h2 a:hover {
    color: #fff;
}

li {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #f05232;
}

h1.header {
    color: #f05232;
    font-size: 4.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    color: #CCC;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    color: #CCC;
    font-size: 1.8rem;
    font-weight: bold;
}

canvas {
    height: 100vh;
    z-index: -100000;
    position: fixed;
    top: 0px;
}

p {
    font-family: 'Ubuntu', sans-serif;
    color: #CCC;
}

.mb {
    margin-bottom: 3rem;
}

.logo {
    font-family: 'Monoton', cursive;
    color: #fff;
    font-size: 10rem;
    max-width: 300px;
    margin: 0;
    text-align: center; /* if it's inline content */
}
}

.links-list ul li {
    list-style: none;
    margin-right: 2rem;
    font-size: 1.8rem;
    margin-bottom: 0;
}

/* .links-list p {
    list-style: none;
    margin-right: 2rem;
    font-size: 1.8rem;
    margin-bottom: 0;
} */

.links-list h1 {
    color: #fff;
    font-size: 2.5rem;
}

.links-list h1.header {
    color: #f05232;
    font-size: 2.5rem;
}

.links-list p span {
    color: #f05232;
    font-weight: 700;
    text-transform: uppercase;
}

.links-list h3 span.open {
    background-color: green;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: bold;
    margin-left: 0.5rem;
    color: #fff;
    text-decoration: none;
}

.links-list h3 span.closed {
    background-color: red;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: bold;
    margin-left: 0.5rem;
    color: #fff;
    text-decoration: none;
}

.links-list p span.open {
    background-color: green;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: bold;
    margin-left: 0.5rem;
    color: #fff;
}

.links-list p span.orange {
    background-color: #f05232;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: bold;
    margin-left: 0.5rem;
    color: #fff;
}

.links-list p span.enter {
    background-color: #f05232;
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: bold;
    color: #fff;
}

/* .links-list ul li span {
    background-color: #f05232;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: bold;
    margin-left: 0.5rem;
    color: #fff;
} */

.links-list ul li span.closed {
    background-color: red;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: bold;
    margin-left: 0.5rem;
    color: #fff;
}

.links-list ul li span.open {
    background-color: green;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: bold;
    margin-left: 0.5rem;
    color: #fff;
}

.links-list ul li span.discord {
    background-color: #7e61ab;
    font-size: 1.2rem;
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: bold;
    margin-left: 0.5rem;
    color: #fff;
    text-decoration: none;
}

.container {
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center;     /* center vertically */
    height: 100vh;           /* full viewport height */
    text-align: center;
    flex-direction: column;
}

.footer {
    text-align: center;
    margin-top: 30px;
}

.footer p {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 25px;
}

.tagline {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.orange {
    color: #f05232;
}