html::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: .18;
    background: url('./assets/the-dk-photography-1c3n9U8Qab0-unsplash.jpg') 100%;
}

html {
    font-family: "Funnel Display", sans-serif;
    font-weight: 300;
    color: #393d3c;

}

body {
    margin-top: 20%;
    text-align: center;
}
h1{
    font-size: 2.5rem;
    margin-bottom: .3rem;
}
h3{
    font-size: 1.5rem;
    margin-top: .2rem;
}


