* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background-color: #0A87DD;
    background-image: url("media/pattern.png");
    font-family: Arial, sans-serif;
    color: white;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #3c39bc;
}

.logo {
    margin-top: 50px;
    margin-left: 50px;
    position: absolute;
    z-index: 99;
}

.container {
    height: 100%;
    /*width: 1400px;*/
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 100px;
}

.screenshot {
}

.screenshot > img {
    margin-top: -200px;
    object-fit: cover;
    width: 582px;
    height: 1118px;
    border: 22px solid white;
    border-radius: 24px;
    transform: rotate(6deg); /* Equal to rotateZ(45deg) */
    padding: -10px;
}

.info {
    width: 526px;
    margin-top: 224px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section {
}


.other-games {
    margin-top: 200px;
    font-size: 32px;
}
