* {
    font-family: Roboto, sans-serif;
}

body, html {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f2ee;
}

.background img, .background source {
    width: 100%;
    height: 100%;
    object-fit: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: 1;
    background-color: black;
}
.content {
    position: relative;
    z-index: 3;
    height: 80%;
}
h1 {
    margin: 0;
    padding: 0;
    top: 48px;
    width: 100%;
    text-align: center;
    font-size: 4em;
    color: #ffff;
    white-space: nowrap;
}

.italic {
    font-style: italic;
}
.Text {
    margin-top: 2.75rem;
    width: 100%;
    text-align: center;
    color: #ffff;
    font-size: 1.6em;
    line-height: 1.4;
}
.Footer {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}
p {
    text-align: center;
    width: 100%;
    height: 10px;
    color: #ffff;
}
a {
    color: deepskyblue;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px white;
}
