body {
    font-family: 'Bebas Neue', cursive;
    background-image: url(assets/bg.png);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
    margin: 0;
}
.modal {
    top: 50%;
    padding: 1em;
    text-align: center;
    color: #000;
    font-size: 90px;
    line-height: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal p:nth-child(3) a:nth-child(1), .modal p:nth-child(3) a:nth-child(2) {
    margin-right: 40px;
}
.container {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
p {
    margin: 0;
}
.red {
    color: #c00;
}
.grey {
    color: #999;
}
a {
    color: #000;
}