/* colors - #3f9499, #b3dcd8, #c35700, #d36300 */

html {
  background-color: #b3dcd8;
  color: #d36300;
  font-family: sans-serif;
}

html a {
  color: #3f9499;
}

/* all stuff i dgaf about dont worry about it */

#firstcontain {
  max-width: 80%;
  margin: auto;
}

.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  max-width: 80%;
  margin-inline: auto;
}

.navb {
  float: left;
}

.navb a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#infobox {
  padding: 10px;
  margin: 10px;
  border-radius: 25px;
}

/* more important stuff here, beware the mangoes */

#buttoncontain {
  display: flex;
  flex-direction: column;
  margin: auto;
}

.section {
  display: flex;
}

.sectiontitle {
  text-align: center;
}

.frame {
  margin-inline: auto;
  text-align: center;
  max-width: 550px;
}

.frame img {
  border: #c35700 3px solid;
  max-width: 500px;
}
