body:has(main#thanks) header .fixed-header {
    position: static;
    transform: none;
    box-shadow: 0 2px 10px 0 #d7d7d7;
    background: rgba(215, 215, 215, 70%);
}
.thanks{
    padding: 50px 0;
    text-align: center;
}
.thanks h1{
    color: var(--main-red);
    margin-bottom: 50px;
    font-size: 1.8rem;
}

