body {
    font-family: "ByteBounce";
    background: linear-gradient(90deg, #121C84 -17.5%, #8278DA 102.78%);
    color: white;
    height: 100vh;
}

.navbar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: linear-gradient(90deg, #121C84 -17.5%, #8278DA 102.78%);
    width: 100%;
}

.logo {
    max-width: 280px;
    height: auto;
}

.nav-link {
    color: white;
}
