body {
    background-color: black;
}

h1 {
    color: white;
    text-align: center;
    font-size: 90px;
    font-family: 'Courier New', Courier, monospace;
}

h2 {
    color: white;
    text-align: center;
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
}


h3 {
    color: white;
}

.bolo {
    background-image:url(../assets/bolo.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 300px;
    height: 300px;
}

nav ul {
    justify-content: center;
    display: flex;
}