body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #000;
    font-weight: 300;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 2rem;
}

.symbol {
    font-size: 8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1;
}

.heading {
    font-size: 2rem;
    font-weight: 250;
    margin-bottom: 3rem;
    line-height: 1.3;
}

.explanation {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.contact {
    font-size: 1.1rem;
    font-weight: 500;
}

.email {
    color: #fff;
    text-decoration: none;
}

.email:hover {
    text-decoration: underline;
}
