#error-page{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
}

#error-content{
    position: relative;
    width: 77%;
    top: 17%;
    max-height: 75%;
}