.navbar {
    padding: 50px;
    background-color: rgba(80, 165, 255, 0.5);
    margin-left: 100px;
    margin-top: -110px;
    width: 1712px;
}

/* Set home navigation position */
.home img {
    border-radius: 50%;
    height: 35px;
}

.home a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    font-family: cursive;
    cursor: pointer;
}

/* Set game navigation position */
.game {
    margin-left: 250px;
    margin-top: -50px;
}

.game img {
    border-radius: 50%;
    height: 45px;
}

.game a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    font-family: cursive;
    cursor: pointer;
}

/* Set video navigation position */
.video {
    margin-left: 520px;
    margin-top: -53px;
}

.video img {
    border-radius: 50%;
    height: 45px;
}

.video a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    font-family: cursive;
    cursor: pointer;
}

/* Set activities navigation position */
.activities {
    margin-left: 810px;
    margin-top: -53px;
}

.activities img {
    border-radius: 50%;
    height: 45px;
}

.activities a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    font-family: cursive;
    cursor: pointer;
}

/* Set characters navigation position */
.characters {
    margin-left: 1159px;
    margin-top: -63px;
}

.characters img {
    border-radius: 50%;
    height: 55px;
    width: 60px;
}

.characters a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    font-family: cursive;
    cursor: pointer;
}

/* Set contact navigation position */
.contact {
    margin-left: 1509px;
    margin-top: -65px;
}

.contact img {
    border-radius: 50%;
    height: 55px;
}

.contact a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    font-family: cursive;
    cursor: pointer;
}