body {  }

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

.page > * + * {
    margin-block-start: 50px;
}

.greeting {
    font-size: 5rem;
    font-family: sans-serif;
    color: hsl(289, 58%, 29%)
}

.contact {
    font-size: 1.75rem;
}