body {
  background-image: url('LandingBackground.png');
}

.Title-Class {
    color: rgb(219, 141, 77);
    font-size: clamp(5em, 10vw, 10em);
    text-align: center;
    font-family: "Bytesized", sans-serif;
    user-select: none;
}



.ButtonContainer-Class {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: fit-content;
    margin: 20px auto;
}

.ButtonContainer-Class a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    font-family: "Silkscreen", sans-serif;
    cursor: pointer;
    border-radius: 20px;
    text-decoration: none;
    width: 200px;
    height: 70px;
    transition: background-color 0.3s ease-in-out;
    user-select: none;
}

.ButtonContainer-Class img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}


.ModrinthButton-Class {
    background-color: #1bd96b;
}
.ModrinthButton-Class:hover {
    background-color: #0f753a;
}

.CurseforgeButton-Class {
    background-color: #f16436;
}
.CurseforgeButton-Class:hover {
    background-color: #9c4022;
}

.DiscordButton-Class {
    /* #5865f2*/
    background-color: #707070;
}
.DiscordButton-Class:hover {
    /* #3d46a8*/
    background-color: #474747;
}

.YoutubeButton-Class {
    background-color: #FF0000;
}
.YoutubeButton-Class:hover {
    background-color: #ba0909;
}

.DownloadCount-Class {
    font-size: 2em;
    text-align: center;
    font-family: "Silkscreen", sans-serif;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
}

.ShortAboutMe-Class {
    font-size: 2em;
    text-align: center;
    font-family: "Silkscreen", sans-serif;
    user-select: none;
    color: rgb(255, 255, 255);
}
