body {
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
}

.big-title {
    font: 700 20px Orbitron, sans-serif;
    color: white;
}

.jura {
    font-family: Jura, sans-serif;
    color: #dfdfdf;
}

.txt-link {
    color: #9b8de5 !important;
    text-decoration: underline;
}
