
div {
  width: 80%;
  margin: 20px auto;
  margin-bottom: 30px;
}
#title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  background-color: #520075;
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: right;
  overflow: auto;
	height: 100px;
  padding-top: 20px;
  text-align: center;
  font-family: "crossorigin", sans-serif;
}
.main {
  padding: 15px;
  background-color:  #520075;
  margin: 5vh 10vw;
 	color: black;
  height: 280px;
  overflow: auto;
  font-family: "crossorigin", sans-serif;
}

#content {
  position: relative;
  top: 150px;
}
.montserrat-uniquifier {
  font-family: "crossorigin", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
body {
  background-image: url("https://projects.codecraftworks.com/web/uyWPhrBY9TBuOy8xY3D9/assets/half life wall.jpg"); 
  background-size: cover;  background-size: cover;
}
#footer {
  font-weight: bold;
  padding: 10px;
  font-family: "crossorigin", sans-serif;
  font-size: 110%;
  background-color: #520075;
  width: 100%;
  height: 60px;
}
.link{
  color: #1CFF5E;
  font-weight: bold;
  text-shadow: 2px 2px 8px #FF0000;
}
h1 {
  font-size: 40px;
  text-shadow: 2px 2px 8px #FF0000;
}


h2,h3,h3,h4,h5,p {
  text-shadow: 2px 2px 8px #FF0000;
  font-size: 30px;
  animation: div 2s infinite;
}

p,ul {
  text-shadow: 2px 2px 8px #FF0000;
  font-size: 20px;

}
p,h1,h2,h3,h4,h5,ol,ul,hr {color:#1CFF5E;}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}