#error-404-container {
    margin-top: 24px;
    margin-bottom: 24px;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    background-color: #F9F9FB;    
    border-radius: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 640px;
}

#error-404-div-1 {
    position: relative; 
    top: 10px; 
    font-size: 48px; 
    color: #FF5D68; 
    font-weight: 500;
}

#error-404-div-2 {
    position: relative;
    top: 10px;
    font-size: 24px;
    color: #2780CF
}