@charset "utf-8";
footer {
    background-color: rgb(207, 252, 242);
}

.agua {
    font-size: 10.825439783491204vh;
    animation: scrollText 15s linear infinite;
    overflow: hidden;
    display: inline-block;
    bottom: 1px;
    height: 70px;
}

@keyframes scrollText {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

div {
    background-color: rgb(207, 252, 242);
}

body {
    background-image: url("print/landingbg.jpg");
    cursor: url(print/cursor.cur), auto;
}

.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;
}

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;
}