body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: gothic;
    src: url(../fonts/gothic.ttf) format('truetype');
    font-style: normal
}

.centered-text {
    color: white;
    font-family: 'gothic', serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 5em;
    opacity: .1;
}