@import url('https://fonts.googleapis.com/css2? family= Alfa+Slab+One & family= Dosis & family= Fuzzy+Bubbles & family= Mitr & display=swap');
body{background-image: url(img/fondo.jpg);}

.contenedor{
    width: 700px;
    background-color: white;
    margin: auto;
}
.cabeza{
    color: white;
    background-color: #031926;
    padding: 20px;
}
.menu{
    color:white;
    background-color: #031935;
    text-decoration: none;
}
.cuerpo{
    padding: 40px;
    text-align: justify;
}
.item{
    display: inline-block;
    padding: 10px;
}
.item a{
    color: white;
    text-decoration: none;
    padding: 10px;
}
.item a:hover{
    color: white;
    background-color:#012e46 ;
    text-decoration: none;
    padding: 10px;
}
.vinculo{
    color: white;
}
.pie{
    color: white;
  background-color: #031926;
  padding: 10px;
  text-align: center;
}
h1,p{font-family: 'Alfa Slab One', cursive;}
h2,ul,li{font-family: 'Dosis', sans-serif;}
h3{font-family: 'Fuzzy Bubbles', cursive;}
h4{font-family: 'Mitr', sans-serif;}
