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

body {
    background-color: #23272a;
    color: white;
    font-family: "Ubuntu",serif;
}

.center-screen {
    text-align: center;
}

.title {
    font-size: 2.5vw;
}

.circle-image {
    border-radius: 50%;
}

.topnav {
    overflow: hidden;
    background-color: #23272A;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    align-content: center;
    float: right;
}

.topnav a {
    float: right;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    align-content: center;
}

.topnav a:hover {
    background-color: #ffffff;
    color: black;
}

.topnav a.active {
    background-color: #28b6cb;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive .icon {
        position: center;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: right;
    }
}


html {
    scroll-behavior: smooth;
}
body {
    background-color: #23272A; /*not quite black*/
    font-family: Ubuntu, serif;
    max-width: 75%;
    padding: 12.5%;
}
h1, h2, h3, p, a {
    color: white;
}

.button {
    width: 200px;
}
.logo {
    width: 24vh;
}
img {
    display: inline-block;
    width: 50%;
    height: auto;
}
@media (max-width: 600px) {
    img {
        width: 100%;
    }
}
.mainButton {
    width: 5vw;
    height: 5vh;
    margin-inline: auto;
    border-radius: 28px;
    display: inline-block;
    color: #000000;
    font-family: Ubuntu, serif;
    font-size: medium;
    max-font-size: 0.9vw;
    padding: 16px 31px;
    text-decoration: none;
    margin: 1vw;
}

#discord-button {
    color: #ffffff;
    background-color: #5865F2;
    font-size: 19px;
    border: 1px solid #5865F2;
    border-radius: 12px;
    padding: 15px 50px;
    cursor: pointer;
    margin-left: 1vw;
    margin-right: 1vw;
}
#discord-button:hover {
    color: #5865F2;
    background-color: #ffffff;
}

#features-button {
    color: #ffffff;
    background-color: #99AAB5;
    font-size: 19px;
    border: 1px solid #99AAB5;
    border-radius: 12px;
    padding: 15px 50px;
    cursor: pointer;
    margin-left: 1vw;
    margin-right: 1vw;
}
#features-button:hover {
    color: #99AAB5;
    background-color: #ffffff;
}

#features {
    margin-top: 100vh;
    margin-bottom: 50vh;
    text-align: center;
}

.feature {
    margin-top: 10vh;
}
