body{
    margin: 0;
    padding: 0;
    font-family: serif;
    background-color: #000000;
    color: #ffffff;
    user-select: none;
}
.container {
    width: 100%;
    height: 100vh;
    display: flex;
}
.card{
    flex: 1;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}
p{
    font-size: 6rem;
    z-index: 2;
    mix-blend-mode: difference;
    font-weight: 700;
    font-style: italic;
}