header nav ul li a{
    text-decoration: none;
    transition: 0.4s;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--darker);
}
header{top:0px;}
.thank-you{margin-bottom: 100px;}