body {
    background: #c1d0d8;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #5B99C2;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 1rem 4rem;
    height: 40px;
}

.left{
    display: flex;
    align-items: center;
}

.left h5{
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-right: 2rem;
}

.left ul {
    display: flex;
    list-style: none;
}

.left ul li {
    margin-right: 20px;
}

.left ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.right {
    display: flex;
    align-items: center;
}

.right a {
    text-decoration: none;
    color: white;
    font-size: 1.7rem;
    padding: 5px 10px;
}

#unity-container.unity-desktop {
    margin: 0 auto;
    width: 90%;
    height: 88%;
    padding: 1% 5%;
}

#unity-footer {
    margin-bottom: 5rem;
}
