:root {
    --primary: #0B1623;
    --content: #6A7B76;
}

.wrapper {
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color:var(--content);
    font-size: 2rem;
}