@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

	*{
	  margin: 0;
	  padding: 0;
	  text-decoration: none;
	  list-style: none;
	  box-sizing: border-box;
	  font-family: 'Lato', sans-serif;
	}

  ul{
    top: 1%;
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 1;
    height: 90%;
    padding-top: 15%;
    }                             
    
    a{
    display: block;
    padding: 35px 15px;
    color: white;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
    font-size: 1.5em;
    text-shadow: 2px 2px 4px#000000;   
    }
    
    a:hover{
    background-color: darkgrey;
    color: black;
    opacity: 0.5;
    font-weight: 400;
    }