body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: linear-gradient(
            0deg,
            hsl(58deg 77% 69%) 0%,
            hsl(82deg 68% 69%) 23%,
            hsl(116deg 58% 71%) 34%,
            hsl(151deg 60% 61%) 44%,
            hsl(169deg 68% 48%) 52%,
            hsl(179deg 100% 38%) 61%,
            hsl(186deg 100% 39%) 69%,
            hsl(191deg 100% 39%) 77%,
            hsl(199deg 60% 48%) 86%,
            hsl(211deg 41% 52%) 100%
    );
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.banner {
    background-color: #b25d41;
    padding:50px;
    text-align: center;
    font-family: "Arimo";
    font-size:34px;
    border-bottom: 2px solid black;
}
.image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.pepe img {
    width: 80%;
}
.youtube {
    display: block;
    margin: auto;
}

.promoText {
    margin-top:50px;
    font-family: "Arimo";
    color:white;
    padding-left:10%;
    padding-right: 10%;
    text-align: center;
    font-size: 36px;
}
.promoText p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.watch {
    cursor: pointer;
    width: 400px;
}
.shop {
    curso: pointer;
    width: 400px;
}
.glide__slide {
    display: flex;
    justify-content: center;
}
.headers {
    text-align: center;
    font-family: "Arimo";
    font-weight: bold;
    font-size: 65px;
    color: #32689B;
    margin-top: 40px;
    margin-bottom: 40px;
}

.shirt {
    width: 600px;
}

.footer {
    font-family: "Arimo";
    font-size: .8em;
    color:white;
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.footer a {
    text-decoration: none;
    color: white;
}

.textImageContainer {
    display: flex;
}

.pepeQuote p {
    font-size: 60px;
}

.pepeQuoteImage {
    margin-left: 50px;
    object-fit: contain;
}

.banner a {
    text-decoration: none;
}


.thanks img {
    width:90%;
    display: block;
    margin: auto;
}

.thanks p {
    text-align: center;
    margin-top:20px;
    margin-bottom:70px;
    font-family: "Arimo";
    font-size:120px;
    color:#32689B;
}