
body {
  /*background: #222 url("https://i.pinimg.com/originals/19/86/cd/1986cdc38df800cb308fe6559ecb4706.gif"); Replace with your own background image.*/
  /*background: #222 url("https://24.media.tumblr.com/838bf0c6f4e6729086b1f39dfc6a391c/tumblr_mlxkw7MxHx1qbaz6bo1_1280.gif");*/
  background: url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/79654b43-cc3f-4305-ab8e-d424d38bdd56/dhg9ghh-0e3f839c-c5a8-4378-83dd-6a69d65761d0.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzc5NjU0YjQzLWNjM2YtNDMwNS1hYjhlLWQ0MjRkMzhiZGQ1NlwvZGhnOWdoaC0wZTNmODM5Yy1jNWE4LTQzNzgtODNkZC02YTY5ZDY1NzYxZDAuZ2lmIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.lFzlKDD3-PYkY-Tj1S6Wf6HcIFcuMgJMsUYnuP8Vp0o");
  background-size: cover;
	background-attachment: fixed;
  background-position:center;
	background-size: cover;
	color: white;
	font-size: 15px;
  font-family: 'Courier New', Courier, monospace; 
  }
  
a {
  color: #f484da;
  text-decoration: none;
  }
  
a:hover {
  color: #8ce5f7;
  }

.lain {
  color: #ad84ff;
}

  
.links {
  border-top: 1px solid #ccc;
  background: rgb(238, 238, 238, 0.05);
  padding-left: 20px;
  padding-right: 25px;
  list-style-type:none;
  text-align: center;
  }
  
/*For the first link in the links bar*/
.link-first {
  display: inline-block;
  padding: 2px;
  padding-right: 11px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
  }
  
.link {
  display: inline-block;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
  }
  
/*For the last link in the links bar*/
.link-last {
  display: inline-block;
  padding: 2px;
  padding-left: 9px;
  padding-bottom: 15px;
  padding-top: 10px;
  text-align: center;
  }

.main {
  margin: 0 auto;
  width: 600px;
  background: rgba(1, 28, 20, 0.9);
  border-radius: 2px;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  /*Quick guide to box-shadow:
    First two numbers are vertical and horizontal offset.
    Third number is how far to spread the fuzzy effect.
    Fourth number is how much solid border/shadow there should be before the fuzzy effect begins.
  */
  box-shadow: 2px 2px 23px 1px rgba(238, 130, 225, 0.77);
  }

.main-inner {
  padding: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  }
  
/*Prevent image overflow*/  
.main img {
  max-width: 100%;
  height: auto;
  align-items: center;
  }
  
.footer {
  margin: 0 auto;
  padding: 15px;
  padding-top: 0px;
  margin-top: -20px;
  text-align: center;
  font-size: 12px;
  }

/*Mobile compatibility*/
@media(orientation: portrait) {
    .main {
      width: 80%;
      }
  }

.title {
  color: rgb(158, 192, 246);
  font-family: 'Cloister Black', sans-serif;
  font-size: 64px;
  font-weight: 300;
  text-shadow: -2px 0 rgb(65, 4, 79), 0 2px rgb(7, 131, 129), 2px 0 rgb(65, 4, 79), 0 -2px rgb(131, 7, 7);
  text-align: center;
}

p {
  color: white;
  /*font-family:'Courier New', Courier, monospace;*/
  font-family:'Iceberg';
  font-size: 17px;
}

.gray-text {
  color: gray;
}

.center{
  display: flex;
  justify-content: center;
}


