@charset "utf-8";
/* CSS Document */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #ff9999;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
body {background-color: #FBD2FF;}
footer {
  background-color: #FFF49A; /* Dark background color */
  color: #000000;/* White text color */
  padding: 10px; /* Spacing inside the footer */
  text-align: center; /* Center-align text content */
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"sans-serif; /* Font style */
  font-size: 20; /* Font size */
  
  left: 0;
  bottom: 0;
  width: 100%;
    }
    header {
  background-color: #F8FF8A; /* Dark background */
  color: lightpink; /* White text */
  padding: 20px; /* Spacing inside the header */
  text-align: center; /* Center-align text */
}
img {
  border-radius: 20;
}
.modo-oscuro {
    background-color: #D10909;
    color: lightseagreen;
}

/* Container holding the image and the text */
.container {
  position: relative;
}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
        .Main.js {
}
