

*{ box-sizing: border-box;}

section{ 

  display: table;
  background-color:aquamarine;
  width: 95%;
  
  margin: 0 auto;
  text-align: center;
  border-radius: 52px;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  
  
}

.leftside{
  text-align: center;
  padding: 20px;
  padding-top: 0px;
  display: inline-block;
  width: 50%;
}

.rightside{
  text-align: center;
  padding: 20px;
  padding-top: 0px;
  display: inline-block;
  width: 50%;
}


  @media (min-width: 800px;){
    .leftside, .rightside{ 
      width: 50%;
      display:inline-block;}
  }


#tahoma{ 
  font-family: Tahoma, helvetica, sans-serif;
  font-size: 2em;
}


#molle{
  font-family: "Molle", cursive;
  font-size: 2em;
}

#verdana{
  font-family: verdana, sans-serif;
  font-size: 2em;
}

#ariel{
  font-family: ariel, cursive;
  font-size: 2em;
}

#times{
  font-family: times new roman, sans-serif;
  font-size: 2em;
}

@font-face {
  font-family: "Bahiana-Regular";
  src: url("Bahiana-Regular.otf");
}

#bahia{
  font-family: "Bahiana-Regular", cursive;
  font-size: 2em;
}

@font-face {
  font-family: "Acknowledgement";
  src: url("Acknowledgement.otf");
}
#acknow{
  font-family: "Acknowledgement", serif;
  font-size: 1.5em;
}

@font-face {
  font-family: "Bellota-Bold";
  src: url("Bellota-Bold.otf");
}

#bellot{
  font-family: "Bellota-Bold", serif;
  font-size: 2em;
}


@font-face {
  font-family: "20db";
  src: url("20db.otf");
}

#db{
  font-family: "20db", serif;
  font-size: 2em;
}


@font-face {
  font-family: "GreatVibes-Regular";
  src: url("GreatVibes-Regular.otf");
}

#greatvibes{
  font-family: "GreatVibes-Regular", cursive;
  font-size: 2em;
}


Nav{
  font-family:fantasy;
  margin-right:25%;
  padding: 15px;
  font-size: 20px;
}

nav a {
  color: palevioletred;

}