@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
}

nav {
    position: fixed;
    width: 100%;
}

.halloween1 {
    position: fixed;
    right: 0;
    top: 0;
    width: 20%;
}

.halloween2 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 10%;
}

.full-page {
    width: 100%;
    min-height: 100vh;
}

.new-on-title {
    width: 150px;
    transform: rotate(65deg);
}

.levelup-page {
    display: flex;
    align-items: center;
    background-image: url("https://cdn.discordapp.com/avatars/687655520156516562/c9d524040601fb6733c9b095f7913f8e.png?size=1024"), linear-gradient(rgb(219, 219, 219), rgb(219, 219, 219));
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.bot-description {
    margin-left: 50px;
    overflow-wrap: break-word;
}

.bot-description h1 {
    width: 100%;
    font-size: 100px;
    margin: 0;
}

.bot-description p {
    height: 50px;
}

.levelup-page .bot-description a {
    width: 130px;
    background-color: #74ba98;
    padding: 12px 27px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.hackprotect-page {
    display: flex;
    align-items: center;
    background-image: url("https://cdn.discordapp.com/avatars/639439002046562345/3effab56a79df8bee009992c6b803249.png?size=1024"), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.hackprotect-page .bot-description {
    margin-left: 50px;
    overflow-wrap: break-word;
}

.hackprotect-page .bot-description h1 {
    color: #fff;
    width: 100%;
}

.hackprotect-page .bot-description p {
    color: #fff;
}

.hackprotect-page .bot-description a {
    width: 130px;
    background-color: #fff;
    padding: 12px 27px;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
}

.advancedpoll-page {
    display: flex;
    align-items: center;
    background-image: url("https://cdn.discordapp.com/avatars/637191515910963220/ad5581d1ca7abf4f069027958854b355.png?size=1024"), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.advancedpoll-page .bot-description a {
    width: 130px;
    background-color: #000;
    padding: 12px 27px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 683px) {
    .bot-description h1 {
        font-size: 50px;
    }

    .advancedpoll-page {
        background-image: linear-gradient(rgba(220, 221, 225,0.5), rgba(220, 221, 225,0.5)), url("https://cdn.discordapp.com/avatars/637191515910963220/ad5581d1ca7abf4f069027958854b355.png?size=1024");
    }

    .new-on-title {
        width: 50px;
        transform: rotate(65deg);
    }
  }