@font-face {
  font-family: MegsHandwriting;
  src: url(fonts/MegsHandwriting.ttf);
}

@font-face {
  font-family: IndieFlower;
  src: url(fonts/IndieFlower-Regular.ttf);
}

a:link { 
  text-decoration: none;
  font-family: IndieFlower;
  font-size: 24px;
  font-weight: bold;
  color: #009aa0;
  }
a:visited { 
  text-decoration: none; 
  font-family: IndieFlower;
  font-size: 24px;
  font-weight: bold;
  color: #009aa0; 
  }
a:active {
  text-decoration: underline overline; 
  font-family: IndieFlower;
  font-size: 24px;
  font-weight: bold;
  color: #009aa0; 
  }
a:hover { 
  text-decoration: underline; 
  font-family: IndieFlower;
  font-size: 24px;
  font-weight: bold;
  color: #009aa0; 
  }

body {
  background-color: #e4e5ff;
  }


.wrapper {
  display: flex;
  flex-direction: column;
  max-width: 800px;
}

.wrapper > * {

  flex: 1 100%;
}

    .topsection {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      min-height: 250px;
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
    
        .header {
          width: 600px;
          align-content: center;
        }

        .nav-container {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          justify-content: space-between;
          margin-left: auto;
        }

          .navbuttonA {
            display: flex; 
            padding: 5px;
            width: 150px;
            height: 30px;
            text-align: center;
            align-items: center;
            justify-content: center;
            background-color: #fffffa;
            border-right: 2px #009aa0 solid;
            border-bottom: 2px #009aa0 solid;
            box-shadow: 2px 2px #ff8945;
            border-radius: 13px;
            transform: rotate(-3deg);
            margin-left: auto;
          }
          
          .navbuttonB {
            display: flex; 
            padding: 5px;
            width: 150px;
            height: 30px;
            text-align: center;
            align-items: center;
            justify-content: center;
            background-color: #fffffa;
            border-right: 2px #009aa0 solid;
            border-bottom: 2px #009aa0 solid;
            box-shadow: 2px 2px #ff8945;
            border-radius: 13px;
            transform: rotate(3deg);
            margin-left: auto;
          }
          
.footer {
  margin-top: 15px;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.main {
  text-align: left;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1;
  color: #191921;
  border-radius: 13px;
  background-color: #FFFFFA;
  min-height: 450px;
  max-width: 100%;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 5px;
}


body {
  padding: 15px; 
}