@charset "utf-8";

.space_5{
  margin-bottom: 2em;
}

.center{
  text-align: center;
}

.o{
  display: flex;
  justify-content: space-around;
}

a{
  text-decoration: none;
  color: black;
}

.font-size{
  font-size: 20px;
}



.momo {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.momo p{
  text-align: center;
}
