
@media only screen and (max-width: 768px) {
    .not_on_mobile {
      display:none;
    }
  }

 /* FROM HERE< bulma fake */



/* General styles */
body {
    font-family: Arial, sans-serif;
}

/* Hero section styles */
.hero {
    background-color: #45b6a3; Primary color
    padding-bottom: 0;
    border-radius: 1px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-body {
    padding: 2rem;
    text-align: center;
}

/* Title styles */
.title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: white;
}

/* Subtitle styles */
.subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 0rem;
    color: white;
}

/* Centered figure styles */
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

/* Image styles */
.portrait {
    max-width: 280px;
    border-radius: 50%;
}
