body {
    font-family: 'Dosis', sans-serif;
    margin: 0;
    padding: 0;
}

.h1-container,
ul {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.h1-container {
    padding-top: 20vh;
}

li {
    list-style-type: none;
    font-size: 20px;
}

.remove-underline {
    text-decoration: none;
}

.overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);

}

.noise {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-image: url("https://assets.website-files.com/5f4c40084c72def773b5be4d/5f4c42fb042bb560029152ba_noise-ani23.gif");
    background-position: 0px 0px;
    opacity: 0.04;
    pointer-events: none;
}

.background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}