@media only screen and (max-width: 700px) {
  #inner {
    max-width: 600px;
    margin-left: 50px;
    margin-right:50px;
    overflow-x: hidden;
  }
}

body {
  background-color:#eed7b7;
  color:#49281F;
  font-weight:600;
  line-height: 20px;
}

footer {
  position:fixed;
  bottom: 10px;
  height:20px;
  width:100%;
  text-align: center;
}

#container {
    display: flex;
    justify-content: center;
}

.frog {
    scale: 50%;
    margin-top: -50px;
    right: 50px;
}

#inner {
    position:absolute;
    background-image: url("Yellow\ Green\ Grid\ Background.png");
    max-width: 700px;
    margin-top: 200px;
    height: 400px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 40px 40px 40px 40px;
    overflow: scroll;
}

/* Scrollbar styling */
#inner::-webkit-scrollbar {
    width: 3px;
}

/* Scrollbar Track Color */
#inner::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Scrollbar Thumb Color */
#inner::-webkit-scrollbar-thumb {
    background: #564334;
    border-radius: 0px;
}

/* text */

a:link {
  text-decoration: none;
  color:#75734f;

}
a:hover {
  color:#81971A;
}

h1 {
  font-size: 1.5em;
  color: white;
  text-align: left;
  font-weight: bold; 
}

h2 {
    font-size: 1.25em;
    color:#81971A;
    font-weight:600;
    margin-top: 13px;
    margin-bottom:-16px;
}
