html {
    height: 100vh;
    width: 100vw;
}



body {
    height: 100%;
    margin: 0;
    background-color: #f5f5f5;
    
    z-index: -1;
}

.spnsr-writeup {
    margin-left: 5%;
    margin-right: 5%;
}


ul {
    list-style-type: none;
}

h1 {
    width: 100%;
    text-align: center;
    font-size: 3em;
    color: black;
    font-family: 'Lato', sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
}

p, li {
    font-family: 'Lato', sans-serif;
    color: #565454;
    font-weight: 300;
    font-size: 1.5rem;

}
.img {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 2em;
}

a {
    color: #FC1870;
    text-decoration: none;
}