body {
    background-color: black;
    pointer-events: none;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.txt {
    color: white;
    font-style: italic;
    text-align: center;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;

    margin-top: 5%;

    width: 50%;
    max-width: 300px;
}
