* {
    overflow: hidden !important;
}

.lit {
    background-color: black;
}

.myfont {
    color: rgb(55, 159, 182);
    font-style: italic;
}

.hey {
    color: rgb(185, 183, 183);
}

.hi {
    color: rgb(192, 125, 37);
    font-size: 18px;
}

.arrows {
    position: absolute;
    top: -1%;
    left: 2%;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

.arrows span {
    display: block;
    width: 1.2vw;
    height: 1.2vw;
    border-bottom: 5px solid rgb(234, 227, 227);
    border-right: 5px solid rgb(234, 227, 227);
    transform: rotate(45deg);
    margin: 10px;
    animation: animate infinite;
}
