@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  body {
    font-family: "Lobster", sans-serif;
    font-size:25px ;
 
  }
  a:link {
    
    text-decoration:none;
  }
  
  /* visited link */
  a:visited {
    color: green;
    text-decoration:none;
  }
  
  /* mouse over link */
  a:hover {
    color: hotpink;
    text-decoration:none;
  }
  
  /* selected link */
  a:active {
    color: blue;
    text-decoration:none;
  }
  .taboo {
    font-size: 15px;
    a:link {color: white;}
    a:hover {color: hotpink;}
  }
  .down {
    font-size: 17px;
    a:link {color:black;}
    a:hover {color: hotpink;}
  }
  @media screen and (max-width: 600px) {
    .down {
        font-size: 25px;
    }
  }
  @media screen and (max-width: 600px) {
    .taboo {
        font-size: 25px;
    }
  }