body {
    max-width: 850px;
    margin:auto;
    background: linear-gradient(to right, #333, #111);
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.6;
}
.title{
    width:90%;
    background-image: url("https://earth.theofficialfan.club/images/artmag16x9.jpg");
    background-repeat:no-repeat;
    background-position:auto 0px 0px auto;
    overflow:hidden;
    border-radius: 20px;
    border: 1px solid #FFF;
    color:#FFF;
    padding:45px;
}
.title h1{
    font-size: 72px;
    padding:10px;
    clear:both;
}
.subheader{
    font-family: "Squada One", sans-serif;
    font-size: 48px;
    font-weight:900;
    min-width:300px;
    margin: auto;
    padding-left:20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius:10px;
    clear:both;

}
h1{
    font-size: 36px;
    font-family: "Squada One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant: small-caps;
    float:left;
    clear:both;
}
h2{
    font-size: 24px;
    font-family: "Squada One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant: small-caps;
}
.main{
    max-width:1920px;
    width:90%;
    margin:auto;
    color: #777;
}

img {
  max-width: 900px;
  border: 1px solid #FFF;
  border-radius:10px;
  margin:10px;
}

.clear{
  width:100%;
  clear: both;
}

.longcell {
  width:auto;
  max-width:495px;
  height:auto;
  border-radius:20px;
  background-color: #DDD;
  padding:10px;
  margin:10px;
  clear:none;
  float:left;
}
.shortcell {
  width:auto;
  padding: 10px;
  max-width:395px;
  float:left;
  height:auto;
  border-radius:20px;
  background-color:#EEE;
  overflow: visible;
  margin:10px;
}
.footer{
    width:100%;
    margin:0px;
    background-color: #EEE;
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
   
}
.midfooter{
    min-width:200px;
    max-width: 350px;
    float: left;
    margin:20px;
    padding:10px;
    border-radius: 10px;
    background-color:#DDD;
}


nav ul {
    list-style-type: none;
    padding: 0;
    width:auto;
    margin: 5px;
    background-color: #f8f8f8;
    clear:both;
}

nav ul li {
    float:left;
    width:auto;
    margin:15px;
}

nav ul li a {
    text-decoration: none;
    color: rgb(210, 210, 210);
    font-size: 130%;
    padding: 10px;
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    transition: color 0.3s;
    margin: 10px 10px;
    background-color: #232323;
    border-radius:15px;
}

nav ul li a:hover {
    color: #00aa99;
}

.intro {
    max-width: 1920px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgba(183, 183, 183, 0.99);
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    clear:both;
    color:#333;
}

.links{
    max-width:90%;
    margin:auto;
}

.uptab{
    padding-top:500px;
    height:auto;
    width:auto;
    max-width: 1920px;
    margin-top: -25px;
    margin-left:auto;
    margin-right:auto;
    background-color: #f8f8f8;
    float:left;
    opacity: .8;
    color: #333;
    border-radius:20px;
    padding:30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: -999;
}
.celltis{
    font-weight:900;
    font-size:18px;
    clear:both;
    width: auto;
}
.boldy{
    font-weight:900;
    font-size: 130%;
    }
