body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 99vh;
}

.error-logo {
    max-width: 280px;
    margin: 10px 0 80px 0;
}


