html, body {

  background-color: #0D0D0F;
  margin: 0px;
  padding: 0px;
  color: #8CED66;
  font-family: "Courier New", Helvetica, Arial, sans-serif;
  width: 100%; height: 100%;

}

a {

  color: #8CED66;

}

h1 {

  text-align: center;
  padding-bottom: 10px;

}

h2 {

#  text-align: center;
#  font-size: 20px;

}

div {

    width: 80%;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;
}

img.logo {

  display: block;
  margin: auto;

}

p.socials {

 text-align: center; 

}

p.maintext {

  text-align: justify;

}

img.socials {

  margin:20px;  

}
