@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
body {
    background-color: rgb(66, 66, 196);
}
 
h1{
    color: white;
     font-size: 100px;
    text-align: center;
    margin-top: 350px;
    font-family: 'Tilt Warp', cursive;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    text-align: center;
  }
  
  li {
    text-align: center;
font-size: 40px;
font-family: 'Tilt Warp', cursive;
    
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    background-color: #111;
  }