.header {
    position: relative;
    font-family: "ComicSansMSBold";
    width: 580px;
    height: 140px;
    border: 6px solid #0000CD;
    border-radius: 10px;
    background: linear-gradient(to top, rgb(85, 85, 85) 10%, rgba(0, 0, 0, 0.753) 100%);
    text-align: center;
    box-shadow: 8px 8px 15px var(--color);
    margin-bottom: 30px;
}

.header__title-h1 {
    position: relative;
    color: rgb(255, 6, 6);
    font-size: 55px; 
    z-index: 2;
}

.header__title-shadow{
    position: absolute;
    top: 1px;
    right: 8px;
    color: rgb(255, 255, 255);
    font-size: 55px;
    z-index: 1;
}

.header__descr{
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-top: 5px;
}