header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
    backdrop-filter: blur(200px);
    background-color: #181818;
}

.web-logo {
    font-size: 2.5rem;
    font-weight: bold;
}

.web-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web-link li {
    margin: 0 17px;
}

.web-link li a {
    padding: 15px 13px;
    border-radius: 2px;
    background-color: rgba(44, 44, 44, 0.51);
    font-weight: bold;
    font-size: 1.1em;
}
