#page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.icon {
    margin-bottom: 20px;
}

.site-title {
    margin: 0 0 20px 0;
    font-size: 30px;
    font-weight: 700;
}