#error-msg {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: black;
    margin-top: 1px;
}

#error-msg-404 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 100px;
    color: black;
    margin-bottom: 10px;
}

#redirect-msg {
    font-family: 'Poppins', sans-serif;
    font-weight: medium bold;
    margin-top: 30px;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
}