html {
    font-size: calc(93.75% + 0.390625vw)
}


body {
    text-align: center;
    background: #000;
    padding-bottom: 1.8em;
}

body h2 {
    color: #fff;
    text-shadow: 0 4px 30px rgba(255, 254, 254, 0.504);;
    text-align: center;
    margin: 1.2em auto;
    font-size: 1.5rem;
}

body ul {
    list-style-type: none;
    display: inline-block;
    min-width: 50%;
    padding: 1.2em 1.2em;
    text-align: left;
    margin: 1em auto;
    line-height: 40px;
    border-radius: 0.2em;
    background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(255, 254, 254, 0.504);
backdrop-filter: blur(7.6px);
-webkit-backdrop-filter: blur(7.6px);
border: 1px solid rgba(255, 255, 255, 0.17);
}

body ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.01rem;
}


body ul li a:hover {
    text-decoration: underline;
    font-weight: bold;
}