		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

h1 {
    font-size: 4vw;
    position: fixed;
    margin-left: 30%;
    margin-top: 20%;

}

ul{
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
   text-align: center;

}

li {
    font-size: 4vw;
    margin-bottom: 5vw;
}
