    @import url("https://fonts.googleapis.com/css2?family=Caesar+Dressing&display=swap");

    body {
      background-color: #ffed92;
    }

    .heading {
      text-align: center;
      font-family: 'Caesar Dressing';
    }
    .font {

      font-family: 'Caesar Dressing';
    }

    .wrapper {
      text-align: center;
    }

    body {
      margin: 0;
    }

    ul.topnav {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      /*backcolor*/
      background-color: #cbb33a;
    }

    ul.topnav li {
      float: left;
    }

    /*text color*/
    ul.topnav li a {
      display: block;
      color: white;
      text-align: center;
      padding: 24px 30px;
      font-size: 20px;
      text-decoration: none;
    }
select {
  margin: 50px;

  padding: 5px 55px 10px 10px;
  font-size: 16px;
  border: 7px solid #e7b541;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(about.ico) 96% / 15% no-repeat #f5e56c;
}

    .chicken {
      width: 100%;
      display: block;
    }

    .codingishard{
font-size: 50px;
    }
    /*Highlight color*/
    ul.topnav li a:hover:not(.active) {
      background-color: #e0c32d;
    
    }

    /*Already clicked items*/
    ul.topnav li a.active {
      background-color: #a3660a;
    }

    ul.topnav li.right {
      float: right;
    }

    @media screen and (max-width: 600px) {

      ul.topnav li.right,
      ul.topnav li {
        float: none;
      }
    }
    a {
  color: #ff6347; /* Customize link color */
  text-decoration: none;
}

a:hover {
  text-decoration: underline; /* Hover effect */
}