body {
    padding: 10%;
    /*Image from https://www.pexels.com/photo/super-nintendo-game-controller-9201279/*/
    background-image: url("../assets/images/home-bg2.png");
    background-color: black !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: white !important;
    height: 100%;
}

footer {
    text-align: center;
    width: 100%;
}

