body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: url("huh.jpg") repeat;
    animation: scrolling 5s linear infinite;
}

footer {
    position: relative;
    margin-top: 17vh;
    padding-right: 5%;
    padding-left: 5%;
    font-family: Helvetica;
    font-size: 25px;
    background-color: gray;
}

canvas:hover {
    cursor: pointer;
}

/* Add a black background color to the top navigation */
#topnav {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10%; */
    justify-content: space-evenly;
    background-color: #333;
    margin-bottom: 5vh;
}
  /* Style the links inside the navigation bar */
.navBtn {
    /* margin: 20px; */
    font-family: sans-serif;
    color: #f2f2f2;
    /* padding: 14px 16px; */
    text-decoration: none;
    font-size: 50px;
}

/* Change the color of links on hover */
.navBtn:hover {
    background-color: #ddd;
    font-style: italic;
    color: black;
}

  /* Add a color to the active/current link */
/* #topnav a.active {
    background-color: #04AA6D;
    color: white;
} */

.rainbow-text {
    animation: rainbow-text 1s infinite;
}
marquee {
    margin-bottom: 50px;
}
#top-scroll {
    margin-top: -1px;
    font-size: 30px;
    font-family: Arial;
    font-size: 27px;
    font-weight: 600;
    color: red;
    text-decoration: none;
}

#click-the-troll {
    font-family: Impact;
    font-size: 40px;
    margin-bottom: 0;
}

#spinning-troll-face {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}

#i-got-my-website {
    margin-top: 50px;
    font-family: Helvetica;
    font-size: 50px;
    font-weight: 600;
}

#click-for-suprise {
    font-size:30px
}

.section {
    display: inline-block;
    margin-bottom: 25vh;
}

.quote {
    display: flex;
    overflow-x:visible;
    justify-content: center;
    font-family: Verdana;
}

.quote img {
    width: clamp(0%, 49%, 400px);
    height: auto;
}

.inner-quote {
    text-align: left;
    width: clamp(35%,50%, 0px);
    left:0;
}

.quote-quotes {
    overflow-wrap: break-word;
    font-size: 80px;
}

.quote-text {
    word-wrap: break-word;
    font-size: 50px;
}
#video-of-the-day {
    height: 350px;
}
#video-of-the-day iframe {
    width: 100%;
    height: 100%
}
#video-of-the-day h1 {
    font-family: Tahoma;
    font-size: 62px;
}

#cat-image {
    position: absolute;
    left: 7%;
    top: 30%;
    width: 400px;
}
@keyframes scrolling {
    from{
        background-position: 0 0;
    }
    to{
        background-position: 0 105%;
    }
}

@keyframes rainbow-text {
    0% {
        color: #e87d7d;
    }
    2% {
        color: #e88a7d;
    }
    4% {
        color: #e8977d;
    }
    6% {
        color: #e8a47d;
    }
    8% {
        color: #e8b07d;
    }
    10% {
        color: #e8bd7d;
    }
    12% {
        color: #e8ca7d;
    }
    14% {
        color: #e8d77d;
    }
    16% {
        color: #e8e47d;
    }
    18% {
        color: #dfe87d;
    }
    20% {
        color: #d3e87d;
    }
    22% {
        color: #c6e87d;
    }
    24% {
        color: #b9e87d;
    }
    26% {
        color: #ace87d;
    }
    28% {
        color: #9fe87d;
    }
    30% {
        color: #92e87d;
    }
    32% {
        color: #86e87d;
    }
    34% {
        color: #7de881;
    }
    36% {
        color: #7de88e;
    }
    38% {
        color: #7de89b;
    }
    40% {
        color: #7de8a8;
    }
    42% {
        color: #7de8b5;
    }
    44% {
        color: #7de8c1;
    }
    46% {
        color: #7de8ce;
    }
    48% {
        color: #7de8db;
    }
    50% {
        color: #7de8e8;
    }
    52% {
        color: #7ddbe8;
    }
    54% {
        color: #7dcee8;
    }
    56% {
        color: #7dc1e8;
    }
    58% {
        color: #7db5e8;
    }
    60% {
        color: #7da8e8;
    }
    62% {
        color: #7d9be8;
    }
    64% {
        color: #7d8ee8;
    }
    66% {
        color: #7d81e8;
    }
    68% {
        color: #867de8;
    }
    70% {
        color: #927de8;
    }
    72% {
        color: #9f7de8;
    }
    74% {
        color: #ac7de8;
    }
    76% {
        color: #b97de8;
    }
    78% {
        color: #c67de8;
    }
    80% {
        color: #d37de8;
    }
    82% {
        color: #df7de8;
    }
    84% {
        color: #e87de4;
    }
    86% {
        color: #e87dd7;
    }
    88% {
        color: #e87dca;
    }
    90% {
        color: #e87dbd;
    }
    92% {
        color: #e87db0;
    }
    94% {
        color: #e87da4;
    }
    96% {
        color: #e87d97;
    }
    98% {
        color: #e87d8a;
    }
    100% {
        color: #e87d7d;
    }
}