@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&family=Press+Start+2P&display=swap');

body {
    margin: 0;
    background-color: black;
    color: greenyellow;
    font-family: "Press Start 2P";
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#titleContainer {
    border-style: solid;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border-width: 10px;
    margin-top: 20px;
}

#games {
    margin-top: 40px;
}