.error-description {
    font-weight: bold;
    margin-top: 60px;
    text-align: center;
}

.error-description a {
    color: #36b7df;
}

.error-404-head {
    color: #CE4360; 
    font-size: 29px; 
    text-align: center; 
    margin-top: 0;
}

.error-404-description {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}

.error-404-description p {
    color: #000; 
    background-color: #F9E04F; 
    font-size: 28px; 
    text-align: center; 
    margin: 0; 
    font-weight: bold; 
    padding: 0 10px;
}

.error-404-description ul {
    color: #000; 
    font-size: 20px; 
    text-align: center; 
    list-style: none; 
    line-height: 150%;
    margin-top: 10px;
}

.error-404-description ul li a {
    text-decoration: underline !important;
}
  
.error-404-description ul li::before {
    content: "\2022";  
    font-weight: bold;    
    display: inline;    
    margin-left: -1em;    
    font-size: 40px;    
    vertical-align: sub;    
    margin-right: 5px;
}

.error-404-description-news::before {
    color: #57B35D;
}

.error-404-description-watch-online::before {
    color: #CE4360;
}

.error-404-description-shop::before {
    color: #F9E04F;
}

.error-404-description-homepage::before {
    color: #47ABE9;
}