*{box-sizing:border-box}

section{
  width:100%;
  max-width: 1000px;
  text-align: center;
  background-color: blanchedalmond;
  border-radius: 45px;
  margin: 25px auto;
  display: table;
}

.second{
  background-color: yellowgreen;
}

.leftside{ 
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
  
}
.rightside{
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
}

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


#bungee{
  font-family: 'Bungee Inline', cursive;
  font-size:2em;
  
}


#fredoka{
  font-family: 'Fredoka One', cursive;
  font-size: 2em;
}

#mplus{
  font-family: "M PLUS Rounded 1c", cursive;
  font-size: 1.5em;
}

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

#db{
  font-family: "20db";
}

#tohoma{
  font-family: tahoma,helvetica, sans-serif;
  font-size: 1.5em;
}

#roboto{
  font-family: 'Roboto', sans-serif;
}

#geostar{
  font-family: 'Geostar', cursive;
}

#poiret{
  font-family: 'Poiret One', cursive;
}

#monoton{
  font-family: 'Monoton', cursive;
}