
.text-big { font-size: 36px }

body.home {
    font-size:18px;
    font-family: "Helvetica";;
}


a { color:white } /* Globally */

/* Each state */

a:visited { text-decoration: none; color:white; }
a:hover { text-decoration: none; color:white; }
a:focus { text-decoration: none; color:white; }
a:hover, a:active { text-decoration: none; color:white }

div.opacity {
  opacity: 0.75;
}


.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: center;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}



div.noopacity {
  opacity: 1;
}

 .audio-container {
  display: flex;
  justify-content: center;
  align-items: center 
}



.logo {
    margin:auto;
    width: fit-content;
    display:block;
}

.subtitle {
    margin: 1rem;
    font-size: 1rem;
    color: #f2f2f4;
}





.gratis {
    max-width: 600px;
    height: auto;
    border:14px inset chocolate;
    background-color:#303c4a;
}



.bigtext {
    font-size: 1.4rem;
    filter: drop-shadow(8px 8px 10px #e3caaf);
}

.textcenter {
    text-align :center;
}

.textright {
    text-align :right;
}

.autogratis {
  max-width: 900px;
  margin: auto;
}

.automargin {
    margin: auto;
}

.box2 {
background: #00000050;
  padding: 2rem 1rem;
  border: 7px double cornflowerblue;
  margin: 1.5rem 1.5rem;
}

.button {
  background: #10152090;
  padding: 0.5em 1em;
  display: block;
  width: fit-content;
  border: 5px outset darkkhaki;
  margin: 1 0.5rem;
}

.button2 {
  background: #10152090;
  padding: 0.5em 1em;
  display: block;
  width: fit-content;
  border: 5px outset darkkhaki;
  margin: 0.5rem;
}

.button:hover {
  background: #15202590;
  border: 6px outset firebrick;
}

.button2:hover {
  background: black;
  border: 15px outset goldenrod;
  filter: drop-shadow(8px 8px 10px #e3caaf);
}

.button:active {
    border: 8px inset olivedrab;
    background: orange;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.buttonflex {
    display:flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content:center;
}