@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Patua+One&display=swap');

body{
  margin: 0;
  padding: 0;
  background: url(../img/fondo2.jpg);
}
h4{
  color:#F580D5;
  text-align: center;
font-family: 'Patua One', cursive;
    font-size: 20px;
}

ul{
  margin: 0;
  padding:0;
}
h1{
font-family: 'Patua One', cursive;
  font-size: 60px;
  color: #4a148c;
}
p,li{
font-family: 'Montserrat', sans-serif;
  font-size: 16px;
    color: black;
}
h2{
font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #EBEBEB;
  text-align: center;
}
a{

  font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: none;
}
h5{
  font-family: 'Patua One', cursive;
    font-size: 25px;
    color:#F3BFD7;
    text-align: center;
    padding: 30px;
}
h3{
  font-family: 'Montserrat', sans-serif;
    font-size: 23px;


}
.contenedor{
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background-color:white;
border: 0px;
padding: 30px;
}
.cabeza{
    width: 100%;
  color:#F580D5;
  text-align: center;
  background-color:#07056E;
}
.pie{
  color: #F580D5;
  background-color: #07056E;
  text-align: center;
  padding:2px;

}
.vinculo-insta {
  color: #00897b; /* ESTE ES EL COLOR teal darken-1 DE MATERIALIZE */
  text-decoration: none;
}
.vinculo-insta:hover{
  color: #80cbc4;
  text-decoration: none;
}
.video{
  border: 2px solid #4a148c;
  padding: 30px;
}
.icono{
  margin-left: 875px;

  width: 90px;
  height: 10px;

}
