section {
     /*background-color: white;
        min-height: 50vh;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        color: #12086F;
        align-items: center*/
        max-width: 700px;
      margin: 40px auto;
      padding: 20px;
      background: white;
      text-align: justify;
}

h1 {
    font-family: "Comfortaa", sans-serif;
    font-size: 30px;
    text-align: center;
}

section h2 {
    font-family: "Comfortaa", sans-serif;
    font-size: 25px;
}

section p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.hidden{
  display: none;
}

