*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.container{
    background-color: #1e556a;
    min-height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.erroranimation{
    height: 400px;
    width: 400px;
}

.heading{
    color: #fff;
    font-size: 5rem;
}

.message{
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
}

.footer {
    color: #fff;
    font-size: 1rem;
    margin-top: 25px;
    text-decoration: none;
}
