h1{
    color:rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(202, 8, 8);
    font-size: 200%;

}
h1:hover{
    background-color: black;
    font-size: 250%;
}
img{
    width: 40%;
    margin-left: 15%;
}
/*fondo*/
body{
    background-image: url(../images/marcos-shih-mshih-wetlands-skybox.jpg);
    background-size: cover;
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p:hover{
    background-color: aliceblue;
}
ol{
    margin-left: 90%;
    font-size: 150%;
}
.tung{
    margin-left: 90%;
    font-size: 180%;
}

