body {
  font-family: Arial, sans-serif;
  background-color: #333;
  margin: 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.topnav {
        overflow: hidden;
        background-color: #444;
      }

      .topnav a {
background-image: linear-gradient(180deg, hsla(231, 100%, 78%, 1) 0%, hsla(221, 100%, 84%, 1) 100%);
  background-image: -moz-linear-gradient(180deg, hsla(231, 100%, 78%, 1) 0%, hsla(221, 100%, 84%, 1) 100%);
  background-image: -webkit-linear-gradient(180deg, hsla(231, 100%, 78%, 1) 0%, hsla(221, 100%, 84%, 1) 100%);
background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
        padding: 10% 1%;
        text-decoration: none;
        font-size: 100%;
display: inline-block;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        background-color: #222;
        cursor: pointer;
        width: 100%;
      }

      .topnav a:hover {
background: linear-gradient(0deg, hsla(231, 92%, 68%, 1) 0%, hsla(221, 92%, 74%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(231, 92%, 68%, 1) 0%, hsla(221, 92%, 74%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(231, 92%, 68%, 1) 0%, hsla(221, 92%, 74%, 1) 100%);
color: #000;
text-fill-color: black;
  -webkit-text-fill-color: black;
  -moz-text-fill-color: black;
display: inline-block;
}
      .topnav a.active {
background: linear-gradient(180deg, hsla(231, 100%, 78%, 1) 0%, hsla(221, 100%, 84%, 1) 100%);
  background: -moz-linear-gradient(180deg, hsla(231, 100%, 78%, 1) 0%, hsla(221, 100%, 84%, 1) 100%);
  background: -webkit-linear-gradient(180deg, hsla(231, 100%, 78%, 1) 0%, hsla(221, 100%, 84%, 1) 100%);
color: #000;
text-fill-color: black;
  -webkit-text-fill-color: black;
  -moz-text-fill-color: black;
      }
.dropdown-content {
  display: none;
  background-color: #222;
  z-index: 1;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 7px 7px;
}
.dropdowninternal {
  color: #6177d1;
  font-size: 18px;
  padding-top: 1%;
  padding-bottom: 1%;
  display: block;
word-wrap: break-word;
  font-weight: normal;
}
.dropdowninternal a:visited:active:hover {
  color: #6177d1;
  font-size: 24px;
  padding-top: 1%;
  padding-bottom: 1%;
  text-decoration: none;
  display: block;
}
.topnav-main {
  background-image: linear-gradient(180deg, hsla(231, 100%, 86%, 1) 0%, hsla(221, 100%, 92%, 1) 100%);
  background-image: -moz-linear-gradient(180deg, hsla(231, 100%, 86%, 1) 0%, hsla(221, 100%, 92%, 1) 100%);
  background-image: -webkit-linear-gradient(180deg, hsla(231, 100%, 86%, 1) 0%, hsla(221, 100%, 92%, 1) 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  text-align: center;
}
.show {display:block;}
.dropdown {
  width: 100%;
}
.news-date {
color: #7799dd;
font-size: 22px;
}
.news-body {
color: #5566cc;
font-size: 18px;
}
.news-header {
color: #7799dd;
font-size: 26px;
}
.unsupported {
  border: none;
  background: linear-gradient(90deg, hsla(0, 72%, 56%, 1) 0%, hsla(0, 94%, 40%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(0, 72%, 56%, 1) 0%, hsla(0, 94%, 40%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(0, 72%, 56%, 1) 0%, hsla(0, 94%, 40%, 1) 100%);
  margin-top: 1%;
  margin-bottom: 1%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display: block;
}
.video-week {
  align: right;
  width: 25%;
  height: 25%;
  text-align: center;
  background-color: #000;
  border: 2px solid;
  border-color: #7799dd;
  margin-top: 1%;
  margin-bottom: 1%;
  display: block;
}
.video-featured {
  align: right;
  width: 75%;
  height: 75%;
  text-align: center;
  background-color: #000;
  border: 2px solid;
  border-color: #7799dd;
  margin-top: 1%;
  margin-bottom: 1%;
  display: block;
}
.grid {
word-break: break-all;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.dropdownline {
  border-radius: 4px;
  width: 75%;
  height: 4px;
  background-image: linear-gradient(180deg, hsla(225, 50%, 40%, 1) 0%, hsla(228, 50%, 58%, 1) 100%);
  background-image: -moz-linear-gradient(180deg, hsla(225, 50%, 40%, 1) 0%, hsla(228, 50%, 58%, 1) 100%);
  background-image: -webkit-linear-gradient(180deg, hsla(225, 50%, 40%, 1) 0%, hsla(228, 50%, 58%, 1) 100%);
  border: none;
}
.dropbtn {
  border: none;
  background-image: linear-gradient(180deg, hsla(231, 100%, 71%, 1) 0%, hsla(221, 100%, 77%, 1) 100%);
  background-image: -moz-linear-gradient(180deg, hsla(231, 100%, 71%, 1) 0%, hsla(221, 100%, 77%, 1) 100%);
  background-image: -webkit-linear-gradient(180deg, hsla(231, 100%, 71%, 1) 0%, hsla(221, 100%, 77%, 1) 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  display: block;
  font-size: 32px;
  cursor: pointer;
  position: relative;
}
.droptext {
  border: none;
  background-image: linear-gradient(180deg, hsla(231, 100%, 71%, 1) 0%, hsla(221, 100%, 77%, 1) 100%);
  background-image: -moz-linear-gradient(180deg, hsla(231, 100%, 71%, 1) 0%, hsla(221, 100%, 77%, 1) 100%);
  background-image: -webkit-linear-gradient(180deg, hsla(231, 100%, 71%, 1) 0%, hsla(221, 100%, 77%, 1) 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
   width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  display: block;
  font-size: 16px;
  position: relative;
}
.generic-title {
  border: none;
  background-image: linear-gradient(180deg, hsla(231, 100%, 71%, 1) 0%, hsla(221, 100%, 77%, 1) 100%);
  background-image: -moz-linear-gradient(180deg, hsla(231, 100%, 71%, 1) 0%, hsla(221, 100%, 77%, 1) 100%);
  background-image: -webkit-linear-gradient(180deg, hsla(231, 100%, 71%, 1) 0%, hsla(221, 100%, 77%, 1) 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background-color: transparent;
  display: block;
  font-size: 32px;
  position: relative;
  font-weight: bold;
}
.generic {
  border: none;
  color: #7799dd;
  text-align: center;
  background-color: transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  display: block;
  font-size: 20px;
  position: relative;
}