.wc-centered-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    text-align: center;
}
.wc-centered-wrapper h1 {
    margin-bottom: 1rem;
}
.wc-centered-wrapper p {
    margin-bottom: 1.5rem;
}
.wc-centered-wrapper .button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    border-radius: 4px;
}
