body {
    background-color: black;
    font-family: 'Changa One', cursive;
}

#gameOver {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    color: white;
    -webkit-text-stroke: 3px black;
    flex-direction: column;
}

.one {
    position: relative;
    display: inline-block
}

.two {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 80px;
    background: linear-gradient(to left bottom,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0));
}

.three {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 36px;
    color: white;
    -webkit-text-stroke: 2px black;
    display: flex;
    align-items: center;
}

.four {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.five {
    width: 25px;
    color: gold;
    margin-right: 5px
}

.six {
    display: flex;
    align-items: center
}

.seven {
    width: 35px;
    color: red;
    margin-right: 5px
}

button {
    width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: lighter;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    -webkit-text-stroke: 3px black;
    background-color: gray;
    border: 5px, solid, rgb(90, 89, 89);
}

a {
    width: 190px;
    height: 35px;
    font-size: 20px;
    font-weight: lighter;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    -webkit-text-stroke: 3px black;
    text-decoration: none;
    background-color: gray;
    border: 5px, solid, rgb(90, 89, 89);
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
}

h1 {
    font-size: 30px;
    color: white;
    -webkit-text-stroke: 3px black;
}