body{
    width: 100%;
    background-color: rgb(23, 23, 23);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar {
    color: white;
    background-color: rgba(37, 37, 37, 0.566);
    position: absolute;
    background-attachment: fixed;
    height: 2.4rem;
    top: 0rem;
    left: 0rem;
    right: auto;
    width: 101%;

    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 2500;
}

.Nav_Text ul {
    list-style: none;
}

.Nav_Text li {
  display: inline-block;
  left: -2rem;
  top: -.7rem;
  margin-right: 1.5rem;
  position: relative;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.Nav_Text a {
  color: rgb(88, 2, 163);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 25px;
}

.Nav_Text a:hover {
  color: #6537AA;
}
.Nav_Text a::before {
  content: "";
  display: block;
  height: 5px;
  background-color: #6537AA;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 50ms;
}
.Nav_Text a:hover::before {
  width: 100%;
}

.logo {
    position: absolute;
    width: 20%;
    left: 42%;
    top: 10%;
}

.ContinueWatching {
    width: 100%;
    position: relative;
    top: 9rem;
    left: -1.5%;

    display: grid;
    grid-template-columns: repeat(10, 16.8%);
    grid-auto-rows: auto;
    grid-column-gap: .1rem;
}
.ContinueWatching h1 {
    position: absolute;
    color: rgb(100, 40, 173);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    bottom: 100%;
    text-decoration: underline;;
}
.ContinueWatching img {
    width: 12rem;
    aspect-ratio: 2/1.3;
    max-width: 100%;
    height: auto;  
    border-radius: 5%;
    transition: 1000ms;
    transition-delay: 80ms;
}

.ContinueWatching img:hover {
    width: 12.4rem;
    max-width: 100%;
    height: auto;  
    border-radius: 10%;
    cursor: pointer;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}


.Recommended {
    width: 100%;
    position: relative;
    top: 12rem;
    left: -1.5%;

    display: grid;
    grid-template-columns: repeat(10, 16.8%);
    grid-auto-rows: auto;
    grid-column-gap: .1rem;
}
.Recommended h1 {
    position: absolute;
    color: rgb(100, 40, 173);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    bottom: 100%;
    text-decoration: underline;;
}
.Recommended img {
    width: 12rem;
    aspect-ratio: 2/1.3;
    max-width: 100%;
    height: auto;  
    border-radius: 5%;
    transition: 1000ms;
    transition-delay: 80ms;
}

.Recommended img:hover {
    width: 12.4rem;
    max-width: 100%;
    height: auto;  
    border-radius: 10%;
    cursor: pointer;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}


.Our {
    width: 100%;
    position: relative;
    top: 15rem;
    left: -1.5%;

    display: grid;
    grid-template-columns: repeat(10, 16.8%);
    grid-auto-rows: auto;
    grid-column-gap: .1rem;
}
.Our h1 {
    position: absolute;
    color: rgb(100, 40, 173);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    bottom: 100%;
    text-decoration: underline;;
}
.Our img {
    width: 12rem;
    aspect-ratio: 2/1.3;
    max-width: 100%;
    height: auto;  
    border-radius: 5%;
    transition: 1000ms;
    transition-delay: 80ms;
}

.Our img:hover {
    width: 12.4rem;
    max-width: 100%;
    height: auto;  
    border-radius: 10%;
    cursor: pointer;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}

.InfoBox {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.InfoBox2 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.InfoBox3 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.InfoBox4 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.InfoBox5 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;

    right: 12rem;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.InfoBox6 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;

    transition: 45ms;

    right: 0rem;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}


.RInfoBox {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;

    top: 100%;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.RInfoBox2 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.RInfoBox3 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.RInfoBox4 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.RInfoBox5 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    right: 12rem;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.RInfoBox6 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    transition: 45ms;

    right: 0rem;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}


.OInfoBox {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;

    top: 100%;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.OInfoBox2 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.OInfoBox3 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.OInfoBox4 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.OInfoBox5 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    right: 12rem;

    transition: 45ms;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}
.OInfoBox6 {
    position: absolute;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    font-size: .75rem;
    background-color: rgb(35, 35, 35);
    border-radius: 5%;
    z-index: 2500000;

    width: 45%;
    visibility: hidden;
    top: 100%;

    transition: 45ms;

    right: 0rem;

    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 1px 2px 2px 1px rgba(96, 11, 130, 0.459);
}


.pfp {
    max-width: 3%;
    width: auto;
    position: absolute;
    top: 0rem;
    right: 1rem;
    transition: 45ms;
}

.pfp:hover {
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .pfp {
        width: 25%;
        position: absolute;
        top: 0rem;
        right: 1rem;
    }
}