h1 {
    font-family: 'Phudu', sans-serif;
    font-weight: 700;
    font-size: 90px;
    margin: 0;
    margin-bottom: 90px;
}
html {
    height: 100%;
    overflow: hidden;
}
body {
    font-family: 'Phudu', cursive;
    font-weight: 300;
    background-color: black;
    color: white;
    text-align: center;
    margin: 0;
    background-image: url('media/scr00034.png');
    height: 100%;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

a {
    font-family: 'Phudu', cursive;
    font-weight: 300;
    color: blanchedalmond;
}
#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.black-matte {
    background-color: rgba(0, 0, 0, 0.356);
    padding: 15px;
    height: 100%;
}