
body {
  background-image: url("images/background2.jpg");
  background-repeat: repeat;
  background-position: right top;
  background-color: black;
  background-size: 100%;
  color: cyan;
  font-family: Fantasy;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}

h1 {
  color:cyan;
  text-align: center;
  font-weight: bold;
}

a {
 color: magenta;
 font-weight: bold;
}

#main {
  text-align: center;
  background-color: #040233;
  border: 5px solid;
  border-color: cyan;
  padding: 0px 5% 5% 5%;
  margin-left: auto;
  margin-right: auto;
  margin-top:10%;
  overflow: hidden;
  width:550px;
  height: 100%;
}

.introgif {
   text-align: center;
   width: auto;
   max-width: 100%;
   margin-left:-126px;
   margin-top: -27%;
}

.bottomborder {
  width:100%;
  margin-top:-15%;
  text-align: center;
  margin-left: -68px;

}


