.header__banner {
    height: 100px;
    background-image: url(background.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position-y: 0;
}
.header__banner h1 {
    text-shadow: white 0 0 20px;
}
.ticher_description {
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
}

.dark_green {
    color: green;
}
.light_green {
    color: #09cc09;
}
.t1 {
    font-size: 21px;
}
.t2 {
    font-size: 13px;
}
.t3 {
    font-size: 18px;
}
.t3 {
    font-size: 18px;
    font-weight: bold;
}
