/*
Title       : Games Stylesheet
Creation    : 13/11/21
Last Edit   : 16/02/2022

Description :
	Main CSS file for the Games Webpage
    Contains rules for relevant elements in the Games Webpage
*/

.section {
    /* size */
    height: 40%;
    width: 80%;
    padding-bottom: 4%;

    /* flex-box */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}