@font-face {
  font-family: 'Medodica';
  src: url(/home/MedodicaRegular.otf);
  }

body {
  font-family: 'Medodica';
  color: white;
  font-size: 24px;

  margin: 0;
  padding: 0;
  height: 100vh;
  background-image: url('/home/backstar.gif');
  overflow: hidden;
}

#wrapper {
  width: 1160px;
  margin: 100px auto 10px auto;
}

header {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 820px;
  height: 150px;
  background-image: url('/home/title.png');
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-size: 100%;
  margin-bottom: 30px;
}

.main {
  display: flex;
  align-items: center;
}


.box, .middle {
  text-align: center;
  padding: 5px 10px;
  border: 4px solid white;
  background-color: rgba(0,0,0,0.3);
  border-radius: 6px;
  margin: 10px 0 15px;
}

.navbttn {
  text-align: center;
  padding: 5px 8px;
  border: 3px solid #0f1624;
  background: linear-gradient(8deg,rgba(108, 143, 169, 0.8) 41%, rgba(225, 226, 225, 0.8) 100%, rgba(159, 176, 185, 0.8) 95%);
  color: #2d394a;
  font-weight: bold;
  border-radius: 12px 0 12px 0;
  margin: 10px 0 15px;
  text-shadow: #ecf7fb 0 0 10px;
}

.navbttn:hover {
  background: rgba(15, 22, 36, 0.8);
  color: #E1E2E1;
}

.boxinbox {
  text-align: center;
  padding: 5px 10px;
  border: 3px solid white;
  border-style: dotted;
  background-color: rgba(0,0,0,0.3);
  border-radius: 6px;
  margin: 10px 0 15px;
}

a {
  text-decoration: none;
}

h1, h3, ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul{
  text-align: left;
  padding-left: 15%;
}

.updates {
  overflow-y: scroll;
  height: 220px;
}

li { font-size: 18px;}

.sidebar-left {
  font-size: .9em;
  width:110px;
  height:300px;
  margin: 0 10px auto 146px;
}

.sidebar-right {
  z-index: 1;
  width:220px;
  height:300px;
  margin:0 auto auto 10px;
}

.middle {
  width: 600px;
  height:500px;
  overflow: hidden;
  margin-top: 0;
}

.justaline {
  padding: 1px 7% 0 7%;
  background-color: white;
}

.planet {
  position: fixed;
  top: 0vh;
  left: 65%;
  width: 512px;
  height: 512px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/home/planet.png');
}