body {
    margin: 0;
    padding: 30px;
    background-color: black;
    color: white;
    font-family: 'Courier New', Courier, 'Lucida Console', 'Monaco', monospace;
}

.center-wrap {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center-text {
    text-align: center;
    font-size: 2rem;
    color: #daccc8;
}