body {
    padding: 0px;
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

#title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 60px;
    text-align: center;
    color: white;
}

#game1, #game2, #game3 {
    background-color: #0c78f3;
    height: 200px;
    width: 200px;
    font-size: 20px;
    margin-left: 230px;
    margin-top: 50px;
}