body {
    background: #fff;
    color: #000;
}

.emphasis {
    color: transparent;
    background-image: linear-gradient(to right, #f857a6, #ff5858);
    background-clip: text;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6vw;
    padding: 10%;
    min-height: 100vh;
    font-weight: bold;
    text-align: center;
}

.main-container > * {
    margin-bottom: 4vw;
}

p {
    font-size: 2.5vw;
    margin: 2em 0;
    color: #444;
    font-weight: normal;
    text-align: left;
}

@media (orientation: portrait) {
    .main-container {
        font-size: 7vw;
    }

    p {
        font-size: 4vw;
    }
}