#error{padding:50px;text-align:center;}
#error h1{padding:0;margin:0 0 40px 0;font-weight:normal;font-size:2rem;}
#error p{font-size:1.3rem;}
.page-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    padding: 20px;
    width: 100%;
    min-height: 100vh;
    text-align: center
}

.page-404-logo {
    max-width: 90%;
    height: auto;
    margin-bottom: 20px
}

.page-404-gif-player {
    width: 400px;
    height: 400px;
    max-width: 80%;
    margin-bottom: 20px
}