body {
    font-size: 1.5vw;
}

#globalNav {
    font-size: 2vw;
    background-color: black;
}

ul {
    display: grid;
    grid-template-columns: 20% 1fr 1fr 20%;
    grid-column-gap: 10%;
    justify-items: center;
}

ul :nth-child(1) {
    grid-column: 2/2;
}

ul img {
    width: 80%;
}

#list {
    list-style-type: none;
    margin: 0%;
}



.screen {
    width: 100%;
}

.cookie {
    width: 10%;
}

.character {
    width: 15%;
}

.lives {
    width: 5%;
}

.livesbarometer {
    width: 7%;
}

.buttons {
    width: 7%;
}
