main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
}
.error-wrapper {
    align-self: center;
    text-align: center;
}