@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
  font-family: 'Bebas Neue', sans-serif;
  background-color: #f0f8ff;
}

a {
  color: #606;
}

a:hover {
 color: cadetblue;
}

h1 {
  color: #660066;
  font-size: 60px;
  font-weight: 400;
}

ul {
  list-style: none;
}

li {
  font-size: 44px;
}


@media only screen and (min-width: 960px) {
    /* styles for browsers larger than 960px; */


    h1 {
        font-size: 40px;
      }
      
      li {
        font-size: 24px;
      }
}