body {
    background-image: url(../images/background.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #422445
}

.score-levels {
    position: relative;
    right: 20%;
    margin-top: 20%
}

.level-div {
    margin-top: 4em
}

.level-div,
.score-div {
    background-color: #422445;
    color: #fff;
    border: 1px solid #422445;
    padding-left: 10px;
    padding-right: 10px
}

#score {
    text-align: center
}

.instructions {
    color: #fff1b9;
    position: absolute;
    font-size: 16px;
    top: 0;
    right: 0;
    text-align: left;
    line-height: 20px;
    margin-right: 10px
}

.main {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

ul {
    list-style: none
}

.hold-piece,
.next-piece {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 6px
}

.high-score {
    margin-left: 5em;
    color: #fff1b9;
    font-size: 12px
}

#canvas1 {
    background-color: #241426
}

#canvas2,
#canvas3 {
    background-color: #422445
}

.hold-and-preview {
    position: relative;
    left: 20%;
    margin-top: 20%
}

.next-piece {
    margin-top: 4em
}

* {
    font-family: 'arcade'
}

#level {
    text-align: center
}
