* {box-size: border-box
}
#wrapper{
  width: 100%;
    max-width: 800px;
  margin: 0 auto;
}
.mono
{
  font-family:"Courier New",monospace;
  font-size: 1.3em;
}
.arial
{
  font-family:"Arial",sans-serif;
  font-size: 1.3em;
}

.manslava
{
  font-family: 'Mansalva', cursive;
  font-size: 1.95em;
}
.cutefont{
  font-family: 'Cute Font', cursive;
  font-size: 1.95em;
}

.thecontainer{
  display:grid;
  grid-template-colimns: 1fr 1fr;
}
.achild{
  text-align: left;
}
.achild2{
  text-align: right;
}
@font-face {
  font-family: "Aleo-Regular";
  src: url("Aleo-Regular.otf");
}
.Aleo-Regular{
  font-family: "Aleo-Regular";
  font-size: 1.5em;
}
.lobster {
  font-family: 'Lobster',cursive;
  font-size: 1.5em;
}
.pacifico {
  font-family: 'Pacifico',cursive;
  font-size: 1.5em;
}
.shadows {
  font-family: 'Shadows Into Light',cursive;
  font-size: 1.5em;
}
.exo2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.5em;
}
.dancing {
  font-family: 'Dancing Script',cursive;
  font-size: 1.5em;
}
.alatsi {
  font-family: 'Alatsi',sans-serif;
  font-size: 1.5em;
}


h1{
  color: #ffffff;  
  text-align: center;
}


body{
  background-color: #556A72; 
}
section:nth-child(odd){
  background-color:#e0e6f2;
  padding: 20px;
  margin: 20px;
    
}
section:nth-child(even){background-color: #ffffff ; 
  padding: 20px;
  margin: 20px

}