body {
    background-image: url(/images/bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
}

.main-content {
    font-family: Fugaz One;
    display: flex;
    flex-direction: column;
    place-items: center;
}

h1 {
    font-size: 4em;
}

p {
    font-size: 1.5em;
}

.vid {
    margin-top: 30px;
}