body {
    background-color: bisque;
}

.title {
    font-family: 'Kdam Thmor Pro', sans-serif;
    color: navy;
    font-size: 128px;
    text-align: center;
}

.subtitle {
    font-family: 'Raleway', sans-serif;
    color: black;
    font-size: 32px;
    text-align: center;
    margin-bottom: 3%;
}

.games {
    display: flex;
}

.container {
    display: flex;
}

.main {
    margin: 0 auto;
}