* {box-sizing: border-box;}
body {
  font-family: 'Ysabeau Office';
  font-size: 36px;
  text-shadow: 4px 4px 4px #dbde9b;
  margin:0px;
  margin-top:60px;
  padding: 0px;
}

div.a {
  text-align: center;
  color: #07a32c;

}
.search-box {
    margin-top: 50px; /* Adjust the margin-top value as needed */
    font-size: 24px; /* Makes the text larger */
    padding: 10px; /* Adds space inside the box */
    width: 38%; /* Adjust based on your design */
    height: 40px;
    color: #07a32c;
    text-align: center; /* Centers the text horizontally */
}
div.container {
  text-align: center;
}

ul.myUL {
  display: inline-block;
  text-align: left;
}    

.topnav {
  display: flex;
	      position: fixed;
         top:0;
         width: 100%;
         background-color: #07a32c;
         overflow: auto;
         height: auto;
      }
         .left-links{
         flex:1 1 200px;
      }
      .links {
         display: inline-block;
         text-align: center;
         padding: 14px;
         color: white;
         text-decoration: none;
         font-size: 17px;
         font-weight: bolder;
      }
      .links:hover {
         border-bottom: 2px solid gold;
      }
      .selected{
         border-bottom: 2px solid gold;
      }

.topnav a {
  background-color: #07a32c;
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 30px;
}

.active {
  background-color: #ffffff;
  color: #07a32c;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: right;  
  overflow: hidden;
  font-family: 'Irish Grover';
    font-size: 30px;
    color: #fff;
    text-shadow: 4px 4px 4px #dbde9b;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
    margin-top: 30px;
    width: 168px;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.dropdown .dropbtn {
  font-family: 'Irish Grover';
    font-size: 30px;
    color: #07a32c;
    text-shadow: 4px 4px 4px #dbde9b;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
    margin-top: 30px;
    width: 168px;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
    margin-bottom: 30px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  background-color: #fff;
  float: none;
  color: #07A32C;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #dbde9b;
  color: #07A32C;
}

.dropdown-content a:hover {
  background-color: #dbde9b;
  color: #07a32c;
}


.dropdown:hover .dropdown-content {
  display: block;
}


@media screen and (max-width: 750px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.grade-display {
            font-size: 48px;
            color: #07a32c;
            text-align: center;
            margin-top: 20px;
            font-family: 'Tangerine', cursive;
            text-shadow: 2px 2px 4px #000000;
        }

        .image-container {
            text-align: center;
            margin-top: 20px;
        }

        .image-container img {
            max-width: 100%;
            height: auto;
        }

        .home-button {
            display: block;
            width: 200px;
            margin: 30px auto;
            padding: 10px;
            text-align: center;
            background-color: #07a32c;
            color: white;
            text-decoration: none;
            font-size: 36px;
            border-radius: 5px;
        }

        .home-button:hover {
            background-color: #059024;
        }
        
        .image-button {
            display: block;
            width: 200px;
            margin: 30px auto;
            padding: 10px;
            text-align: center;
            background-color: #07a32c;
            color: white;
            text-decoration: none;
            font-size: 20px;
            border-radius: 5px;
        }

        .image-button:hover {
            background-color: #059024;
        }


.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}



