body {
    font-family: "Poppins";
    color: white;
    margin-left: 50px;
    margin-right: 50px;
}

.global-bg {
    position: fixed;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -999;
}

.logo-link {
    text-decoration: none;
    color: inherit; /* keeps existing text color */
    cursor: pointer;
}

.logo {
    font-family: "Varela Round";
    font-size: 50px;
    font-weight: 1000;
    letter-spacing: 4px;
    display: flex;

    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 50px;
}

.logo span {
    display: inline-block;
    -webkit-text-stroke: 1.5px white;
    color: white;
    transform: scale(1.2);

    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}