@font-face {
    font-family: 'notosans';
    src: url('/assets/fonts/noto.ttf');
}
@font-face {
    font-family: 'baskerville';
    src: url('/assets/fonts/baskerville.ttf');
}

* {
    box-sizing: border-box;
}


html {
    font-size: 20px;
    background-color: #1f1f1f;
}

header h1 img {
    max-width: 50%;
}

body,
header h1 {
    font-family: 'Open Sans';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    color: white;
}

main {
    margin: 1.5rem;
    margin-top: 0;
    width: 80%;
}

.game,
.statement {
    background-color: #181818;
    text-align: center;
    padding: 1rem;
    width: 80%;
    border-radius: 2rem;
}

.statement {
    width: auto;
    color: #ABABAB;
}

.statement2 {
    text-align: center;
}

.game h2 img {
    max-width: 630px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    border: 3px ridge #303030;
}

.game a img {
    max-width: 100%;
}

.game hr {
    width: 50%;
}

.all-games {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

a {
    color: red;
}

.girls ul {
    list-style-position: inside;
    padding: 0;
}

main>h2 {
    text-align: center;
    font-size: 2rem;
    color: white;
    text-shadow: 3px 3px red;
    
}

.grid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid ol {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 80%;
}

.grid ol li {
    max-width: 200px;
}

.grid a {
    color: white;
    text-decoration: none;
}

.grid a:hover,
.grid a:focus {
    opacity: 50%    ;
}

.grid img {
    max-width: 200px;
    max-height: 155px;
}

.grid h2 {
    font-size: 16px;
    margin-bottom: 0;
}


.grid h3 a {
    font-size: 14px;
    color: gray;
}

.grid h3 {
    margin: 0;
}