body{
    background-image: url('../Images/Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

div.footer{
    position: absolute;
    bottom: 0;
    background-color: rgba(2,1,43,0.75);
    width: 100%;
    padding: 0;
    margin: 0;
}
p.game_title_left{
    display: inline;
    font-size: 6vw;
    color: white;
    opacity: 100%;
    margin: 30px;
}

button.play_now_button{
    font-size: 6vw;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    background-color: #8cc63e;
    color: aliceblue;
    padding: 0;
    border: none;
}
button.play_now_button:hover{
    background-color: #75a836;
}

