@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-attachment: fixed;
    background-color:white;
}
h1{
    background: linear-gradient(to right,rgba(156, 0, 0, 0.466), rgba(0, 102, 255, 0)), url(Imagenes/portada.jpg); 
    text-align: center;
    font-family: 'Heebo', sans-serif;
    color: rgb(255, 255, 255);
    height: 150px;
    line-height: 150px;
}
h2{
    padding:10px;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    color: rgb(61, 0, 131);
}
ul{
    padding: 10px;
    text-align: center;
}
li{
    font-family: 'Heebo', sans-serif; 
}

/*-----FOOTER-----*/
footer{
    background: #ff00cc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333399, #9e007e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333399, #b60091); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 100px;
    line-height: 50px;
    color: white;
}
p{
    color: white;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}
form{
    text-align: center;
    background: #ff00cc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333399, #9e007e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333399, #b60091); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media screen and (max-width:600px)and(max-height:1024){
    body{
    width: 100%;

}}
