html,
body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  font-family: sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: contrast(120%);
  background-color: black;
}

.container {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(1600px at 70% 120%, rgb(71 78 132) 10%, #020409 100%);
}

.content {
  width: inherit;
  height: inherit;
}

#universe {
  width: 100%;
  height: 100%;
}

#footerContent {
  font-family: sans-serif;
  font-size: 110%;
  color: rgba(200, 220, 255, .3);
  width: 100%;
  position: fixed;
  bottom: 0px;
padding-top: 65px;
    padding-bottom: 65px;
  text-align: center;
  z-index: 20;
  background: black;
}

#footer {
  position: absolute;
  bottom: 0px;
  height: 450px;
  width: 100%;
}

#scene {
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -800px;
}

a {
  text-decoration: none;
  color: rgba(200, 220, 255, 1);
  opacity: .4;
  transition: opacity .4s ease;
}

a:hover {
  opacity: 1;
}



.yazi {
    text-align: center;
	margin-right: 490px;
}

.yazi a {
    color: #758594;
    position: absolute;
    margin-top: 200px;
    font-size: 30px;
    border: 2px solid #4c535a;
    padding: 30px;

    text-shadow:0px 0px 20px #979ca0;
    box-shadow: 0px 0px 15px 1px #4c535a6e;
}


.yazi p {
    color: #af1414;
    position: absolute;
    font-size: 30px;
    display: contents;
    font-weight: 700;
    text-shadow: 0px 0px 16px red;
}



/* follow me @nodws */
#btn-twtr{
  clear:both;
  color:#fff;
  border:2px solid;
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  display:block;
  font-family:sans-serif;
  font-size:14px;
  width:13em;
  padding:5px 10px;
  font-weight:600;
  position:absolute;
  top:0;
  left: 100px;
     margin-top: 80px;
  background:rgba(0,0,0,0.2);
  box-shadow:0 0 0px 3px rgba(0,0,0,0.2);
  opacity:0.3;     float: left; box-shadow: 0px 0px 7px 3px #4c535a;

}#btn-twtr:hover{color:#c5c5c5;opacity:0.5}






/* follow me @nodws */
#btn-twtr2{
  color: #af0e0e;
    border: 2px solid;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    width: 13em;
    padding: 5px 10px;
    font-weight: 600;
    position: absolute;
    margin-top: 80px;
    background: rgba(0,0,0,0.2);
    opacity: 0.6;
    margin-left: -100px;
    box-shadow: 0px 0px 6px 0px red;
}#btn-twtr2:hover{color:#c33f3f;opacity:0.6}






/* follow me @nodws */
#btn-twtr3{
  clear:both;
  color:#fff;
  border:2px solid;
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  display:block;
  font-family:sans-serif;
  font-size:14px;
  width:13em;
  padding:5px 10px;
  font-weight:600;
  position:absolute;
  top:0;
      right: 100px;
     margin-top: 80px;
  background:rgba(0,0,0,0.2);
  box-shadow:0 0 0px 3px rgba(0,0,0,0.2);
  opacity:0.3; float: right; box-shadow: 0px 0px 7px 3px #4c535a;
}#btn-twtr3:hover{color:#c5c5c5;opacity:0.5}
