@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:wght@300&display=swap');

body, h1, h4{
  margin: 0;
  padding: 0;
}



body {
background-color: black;
}
h1 {
font-family: 'Bebas Neue', cursive;
font-size: 46px
}

h5, h4, p, a,ul,  li {
  font-family: 'Roboto Condensed', sans-serif;
}
h5 {
  font-size: 18px;
}

/*SELECTORES PERSONALIZADOS*/
.contenedor {
  width: 420px 240px;
  background-color: white;
  margin: 0px ;


  }


.cabeza {
  color: white;
  background-color: #00148A;
  padding: 20px;

}

.cuerpo {
  padding: 20px;
}
.pie {
  color: #666666;
  padding: 20px;
  text-align: center;
}

.img-portada {
  background-image: url(../imagenes/gettyimages-498349136.jpg);
  height: 400px;
}
.vinculo{
  color: blue;
}
.vinculo:hover {
  color: red;
  text-decoration: none;
}

.video {
  padding: 20px;
  text-align: center;
}
