@charset "utf-8";
footer {
    background-color: rgb(207, 252, 242);
      background-size: cover;
      background-position: center;
      color: black;
      padding: 40px ;
}

.agua {
    font-size: 10.825439783491204vh;
    animation: scrollText 15s linear infinite;
    overflow: hidden;
    display: inline-block;
    bottom: 1px;
    height: 70px;
}


div {
    background-color: rgb(207, 252, 242);
}

body {
   background: url(print/landingbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contenido {
    background-color: rgb(1207, 252, 242);
}

h1 {
    text-align: center;
    font-size: 60px;
    background-color: rgb(207, 252, 242);
}

a {
    display: block;
    padding: 1em;
    background-color: rgb(207, 252, 242);
    text-align: center;
    margin-right: 0.2em;
    text-decoration: none;
    cursor: url(print/cursor.cur), auto;
}
mx-2{
    display: row;
}

a:hover {
    background-color: rgb(185, 255, 119);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

li {
    flex-grow: 1;
}