body {
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

.container {
    max-width: 600px;
}

.logo h1 {
    font-size: 2rem;
    margin: 0;
    font-weight: 700;
}

.logo p {
    font-size: 1rem;
    margin: 0;
    font-weight: 300;
    letter-spacing: 2px;
}

.message {
    margin: 3rem 0;
}

.message p {
    margin: 0;
    font-weight: 300;
}

.message h2 {
    font-size: 2.5rem;
    margin: 0.5rem 0;
    font-weight: 700;
}

.social a {
    color: #fff;
    text-decoration: none;
    margin: 0 1rem;
    font-weight: 300;
}
