* {
    margin: 0;
    padding: 0;
}
body {
    background-color: black;
}
@font-face {
    font-family: 'Manrope';
    src: url(../fonts/Manrope-VariableFont_wght.ttf);
}
@font-face {
    font-family: 'ShadowsIntoLight';
    src: url(../fonts/ShadowsIntoLight-Regular.ttf);
}
img {
    width: 100%;
    height: auto;
}
.slide {
    background-color: black;
    height: 100vh;
}
.image {
    
}
.link {
    padding-left: 30%;
    font-size: 1.5em;
}
video {
    width: 100%;
    height: auto;
}
h1 {
    text-align: center;
    color: #DFB660;
    padding-top: 40vh;
    font-family: ShadowsIntoLight, cursive;
    font-size: 2em;
}
h2, a {
    text-align: center;
    color: #DFB660;
    font-family: Manrope, Helvetica;
    font-weight: 200;
    font-size: 1em;
}