/* import BebasNeue-Bold font */
@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('BebasNeue-Bold.ttf') format('truetype');
}

.title {
    font-family: 'BebasNeue-Bold';
    font-size: 128px;
    color: #2c2c2c;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-shadow: 0 0 5px #ffffff;
}

span {
    /* remove font spacing */
    letter-spacing: -5px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #333;
}

.bottomText {
    font-family: 'BebasNeue-Bold';
    font-size: 64px;
    color: #e9e9e9;
    top: 450px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    text-shadow: 0 0 5px #ffffff;
}