* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content-max {
    width: 110rem;
    margin: 0 auto;
}

/*  FONTS  */
.nav-text {
    text-decoration: none;
}

.font-white {
    color: white;
}

.font-black {
    color: black;
}

.font-title {
    font-family: "Uncial Antiqua", system-ui;
    font-weight: 400;
}

.font-text{
    font-family: "IM Fell English SC", serif;
    font-weight: 400;
}

.font-navbar-title{
    font-size: 2rem;
    font-weight: 800;
}

.font-navbar{
    font-size: 2rem;
}

.fs-title {
    font-size: 3.5rem;
}

.fs-header{
    font-size: 2.5rem;
}
.fs-subtitle{
    font-size: 1.6rem;
}

.fs-text {
    font-size: 1.3rem;
}

.font-bold{
    font-weight: bold;
}

.font-normal{
    font-weight: normal;
}

.font-clean{
    text-decoration: none;
}

.font-hover:hover{
    cursor: pointer;
    color: #9F7ACD;
}

/*MEDIA QUERIES*/
@media (max-width: 768px) {
    .fs-header{
    font-size: 2rem;
    transition: 0.5s ease;
    }

    .fs-subtitle {
        font-size: 1.2rem;
        transition: 0.5s ease;
    }

    .fs-text {
        font-size: 1rem;
        transition: 0.5s ease;
    }
}

/* BACKGROUND */
.background-layer{
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}
#stars-js {
    z-index: -3;
    background: black;
}
#stars-js2 {
    z-index: -2;
}
#stars-js2 {
    z-index: -1;
}