body {
    background-color: #F0EDF0;
    height: 100vh;
    width: 100%
}

.main-image {
    margin-top: 3em !important;
}

#main-h1 {
    text-align: center;
    color: #868686;
}

#pop-h1 {
    text-align: center;
    color: #868686;
    margin-bottom: 15px;
}

.pop-par {
    text-align: center;
    color: #868686;
}

#game {
    border: 1px solid black;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    background-color: white;
    background-size: contain;
}

.box {
    top: 0px;
    left: 0px;
    position: absolute;
    background-image: url("../images/full_circle.jpg");
    background-size: cover;
    border: 1px solid white;
}
