@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

/*Configuraciones Generales*/

* {
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  justify-items: center;
  align-items: center;
  text-align: center;
}

body {
  background-image: url("../IMG/Fotos Extras/Fondo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

img {
  object-fit: cover;
  height: 300px;
  margin-top: 15%;
}

h1 {
  margin: 0px 0px 10px 10px;
  font-size: 50px;
  font-style: italic;
  font-weight: bold;
}

h2 {
  font-size: 40px;
  font-style: italic;
  font-weight: lighter;
}
