/* Container holding the image and the text */
.container_heart {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.heart_number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body {
    background-color: #020d22;
}

label {
    color: white;
    text-align: center;
}

.accordion-button:not(.collapsed) {
    background-color: #020d22;
    color: white;
}

.accordion-button.collapsed {
    background-color: #020d22;
    color: white;
}

.accordion-collapse {
    background-color: #020d22;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.figcaption {
    text-align: center;
    font-size: 1rem;
}

.autofig {
    height: 100%;
    width: 100%;
}

.container{
  padding: 0 0 0 0!important;
    width: auto;
}

.persona_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.figcaption_persona {
    padding: 30px 0px 10px 0px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #c6fdff;
}

.figcaption_title {
    padding: 20px 0px 0px 0px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #c6fdff;
}

.figcaption_info {
    padding: 3px 0px 0px 0px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
}

.logo {
    vertical-align: bottom;
    margin-top: fill;


}
.container_logo {
        position: fixed;
        bottom: 20px;
        left: 60px;
        max-width: 10%;
}

.icons {
    width: 70%;
    height: 70%;
}

.figcaption_sleep {
    padding: 3px 0px 0px 0px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}