@font-face {
    font-family: 'crazy_font';
    src: url(Resources/crazy_font.ttf) format('truetype');
}


header {
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border: 3px solid #4c4c4c;
    border-radius: 15px 0px 15px 0px;
}

main {
    margin-top: 120px;
}

.headerlinks {
    padding: 15px 100px;
    font-size: 20px;
    font-weight: bold;
}

.forlinks {
    padding: 15px;
    border: 3px solid #4c4c4c;
    border-radius: 15px 0px 15px 0px;
}

a {
    color: #4c4c4c;
    text-decoration: none;
}

div {
    display: inline-block;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.centraltext {
    margin: 0 auto;
    width: 500px;
    color: red;
    font-family: 'crazy_font', sans-serif;
    height: 125px;
}

.support {
    text-align: center;
    max-width: 100%;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #4c4c4c;
}

.game {
    border: 3px solid #4c4c4c;
    border-radius: 15px 0px 15px 0px;
    align-items: center;
    text-align: center;
}

.socials {
    width: 100%;
    color: #4c4c4c;
    align-items: center;
    text-align: center;
    display: block;
    margin-top: 50px;
}

.socialslinks {
    text-decoration: underline;
    font-size: large;
    color: #4c4c4c;
}

.screenshots {
    height: 180px;
    width: 320px;
    border: 3px solid #4c4c4c;
    border-radius: 15px 0px 15px 0px;
    margin: 15px;
}

p {
    white-space: normal;
}