@font-face {
    font-family: 'Newgrounds Font';
    src: url('assets/newgrounds.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url("assets/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

p {
    font-family: 'Newgrounds Font', sans-serif;
}

a {
    font-family: 'Newgrounds Font', sans-serif;
}

h1 {
    color: white;
    font-size: 64px;

    display: flex;
    justify-content: center;

    font-family: 'Newgrounds Font', sans-serif;
}

h2 {
    color: white;
    font-size: 32px;

    display: flex;
    justify-content: center;

    font-family: 'Newgrounds Font', sans-serif;
}

.header {
    display: flex;
    justify-content: center;
}

.linkButtons {
    display: flex;
    justify-content: center;

    margin-top: -20px;
    margin-bottom: 50px;
}

.image-button-youtube {
    width: 150px;
    height: 150px;
    background-image: url('assets/youtube-logo.webp');
    background-size: cover;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    margin: 10px;
}

#fakeh2 {
    color: white;
    font-size: 18px;
    margin: 5px;
    margin-bottom: 50px;

    display: flex;
    justify-content: center;
}

#description {
    color: white;
    font-size: 18px;
    
    display: flex;
    justify-content: center;

    margin-top: 0;
    margin-bottom: 0;
}

#legalNotice {
    font-size: 12px;
    color: gray;
}

#funkinContributorsBanner {
    display: block;
    margin: 0 auto;

    margin-top: 50px;
    margin-bottom: 50px;

    position: center;
}