
body {
  background-color: #28282B;
  color: black;
  font-family: Verdana;
}

img {
  max-width: 100%;
}

h1 {
  text-align: center;
  color: #DC143C;
}

h2 {
  text-align: center;
  color: white;
}

p {
  text-align: center;
  color: white;
}

/* links */
a:link,
a:visited,
a:active {
  color: #DC143C;
  background-color: transparent;
  text-decoration: none;
}  

a:hover {
  color: #8B0000;
  background-color: transparent;
  text-decoration: none;
}

.center { 
  display: block; margin-left: auto; margin-right: auto; width: 20%; 
}

/* boxes!! */

.box {
  background-color: black;
  border: 3px solid #DC143C;
  color: white;
  margin: 20px;
  padding: 10px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.box2 {
  background-color: #6F8FAF;
  border: 3px solid #5F9EA0;
  color: white;
  margin: 20px;
  padding: 10px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}





