h1{
    display: flex;
    justify-content: center;
    font-size: 2em;
    }

h2{
    display: flex;
    justify-content: center;
    font-size: 1.8em;
    }

h3{
    display: flex;
    justify-content: center;
    font-size: 1.6em;
    }

h4{
    display: flex;
    justify-content: center;
    font-size: 1.4em;
    }


borderless{
    sd-color-card-border: rgba(0, 0, 0, 1);
}

img {
    background-color: transparent;
  }
  
.center-iframe {
    display: flex;
    justify-content: center;
    align-items: center;
}

svg.icons {
    background:white;
}
.darkMode svg.icons {
    background:black;
}