header {
    background: url("../img/banner_2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    height: 50%;
    background-position-x: center;
    background-position-y: center;
    /*background-position-y: bottom;*/
    overflow: hidden;
}

header > div {
    top: 50%;
    height: 100%;
    /*margin: auto;*/
    text-align: center;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 10px black;
    margin-top: 2rem;
}

header > div .link {
    font-size: 1.5rem;
}

header > div .link a,
header > div .link a:hover
{
    /*color: #ff0a0a;*/
    /*color: #eacb9a;*/
    color: #ebc181;
    text-shadow: 0 2px #151515;
    font-weight: 600;
}

header > div .link a:hover {
    /*color: #ff0a0a;*/
    /*color: #eacb9a;*/
    color: #ebc181;
    text-shadow: -2px -2px 3px #000000;
}
