body {
    height: 4500px;
    margin: 0;
    padding: 0;
    font-family: 'Manusquared';
    font-size: 1.05vw;
}

nav {
    position: fixed;
    z-index: 2;

}

button {
    top: 65vh;
    left: 50vw;
    position: fixed;
    font-family: 'Manusquared';
    background-color: white;
    border: none;
    color: white;
    -webkit-text-stroke: 0.1vw black;

}

a {
    color: white;
    -webkit-text-stroke: 0.1vw black;
    letter-spacing: 1px;
    font-size: 1.5vw;
    font-weight: bold;
}

#title,
#mobile {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    color: white;
    -webkit-text-stroke: 0.1vw black;
    /* text-shadow: -2px -2px 0 #2a2a2a, 2px -2px 0 #2a2a2a, -2px 2px 0 #2a2a2a, 2px 2px 0 #2a2a2a; */
}

#title h1 span,
#mobile h1 span {
    margin-left: 6.7vw;
}

#mobile h1 {
    font-size: 3vw;
}

.svg-container {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}

svg {
    z-index: 1;
    width: 100%;
    height: 100%;


}

svg text {
    font-family: 'Manusquared';
    font-weight: bold;
    fill: none;
    stroke: url(#linearGradient1207);
    stroke-width: 0.80px;
    stroke-linejoin: round;
}

.hide {
    opacity: 0%;
}