* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 0.85rem;
    gap: 20px;
    background-color: #F1F4F6;
}

.center {
    display: flex;
    align-self: center;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

img {
    transform: rotateY(180deg);
}

.special-button {
    padding: 20px 80px;
    border-radius: 14px;
    background-color: #1A202C;
    color: white;
    border: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

p {
    opacity: 50%;
}
