body{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-y: scroll;
}




.content{

    text-decoration: none;
    padding-bottom: 0px; 
    top: 80px;
    position: absolute;
    
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4.44rem;
    padding: 0 12%;
    padding-bottom: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    font-family: Verdana, sans-serif;
    font-size: .77rem;
    font-weight: bold;
 
    z-index: 10;
    position: fixed;
    width: auto;
    left: 0;
    right: 0;
    background-size: 100%;
    backdrop-filter: blur(4px);           /* adds the blur effect */
    -webkit-backdrop-filter: blur(4px);   /* for Safari support */
    background-size: 100%;


    
 }

a{
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s;
    opacity: 1;
}

.header li {
    display: inline;
    padding-right: 2.22rem;

      }

.header li a {
    text-decoration: none;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    

 }

.header li a:hover {
   
    opacity: 0.2;
 
}

.header li a:active{

    color: rgb(53, 51, 51);
}
