html, body {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FBE8E8;
}
.header, .card {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
    width: 100%;
}

.card {
    display: block;
    width: 93%;
    margin: 25px auto;
    transform: translateY(-60px);
}

.copyright {
    width: 100%;
    color: #000;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-40px);
}

.copyright >span:first-child {
    font-size: 20px;
}
