body{
  justify-content: center;
  align-items: center;
  margin: 5px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  font-size: 24px;
  width: 80%;
  height:  50px;
  padding-top:5%;
  margin-bottom:6%;
  margin-left: 25%;

}


.pix_container{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'Courier New', Courier, monospace;
    font-size: 16px;
    margin-top:5%; /*to have the space above the image*/
    margin-bottom:10%; /*to have the space under the image*/

}

.pix_container2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  margin-block: auto;
  margin-top:5%; /*to have the space above the image*/
  margin-bottom:10%; /*to have the space under the image*/

}





