html {
    scroll-behavior: smooth !important;
    font-family: police_custom, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

*::selection {
    background-color: #2C70BA;
    color: white;
}

body {
    background: url("/assets/images/background.png") fixed no-repeat;
    background-size: cover;
    -webkit-background-size: cover; /*Chrome et Safari */
    -moz-background-size: cover; /*Firefox */
    -o-background-size: cover; /*Opera */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: black;
}

#logo {
    width: 256px;
    height: 256px;
}

h1, h2, h3 {
    color: #ffffff;
}

h1 {
    font-size: 35px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-family: police_custom_2_heavy, sans-serif;
}

h2, h3 {
    margin: 0;
    font-family: police_custom, sans-serif;
}

h2 {
    font-size: 20px;
    line-height: 0;
}

h3 {
    font-size: 20px;
    margin: 40px 0 25px;
}

.discord {
    transition: 1s;
    color: #5865F2;
    font-family: police_custom, sans-serif;
    text-decoration: none;
    padding: 14px 30px;
    margin: 0;
    border-radius: 15px;
    font-size: 20px;
    border: #5865F2 5px solid;
}

.discord:hover {
    transition: 1s;
    color: white;
    background: #5865F2;
}

div {
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@font-face {
    font-family: police_custom;
    src: url("../fonts/MusticaPro-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: police_custom_2_heavy;
    src: url('../fonts/Mont-Heavy.otf') format('opentype');
}