h1 {
  color: #D3A8FF;
  text-align: center;
}
body { 
  background-image: url("IMG_2891.webp");
  background-attachment: fixed;
}
.outer {
  border: 4px dashed white;
  margin-bottom: 25px;
  margin-top: 25px;
}
.box {
  background-color: rebeccapurple;
  padding: 10px;
}
.border {
  border: 5px solid white;
  margin: 1rem;
  text-align: center;
}
.a-box {
  background-color: black;
  color: white;
  padding: 5px;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
}
span {
  color: red;
}
p {
  text-align: left;
  background-color: transparent;
}
.site-border {
  border: 5px solid white;
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: center;
}
.site-box {
  background-color: black;
  color: white;
  padding: 5px;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
}
.blinkies {
  align-items: center;
  justify-content: center;
  display: flex;
}
.smaller {
  height: 25px;
}
.larger {
  height: 65px;
}
.largest {
  height: 55px;
}
.thingy {
display: grid;
  grid: 35px / 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2px;
  background-color: black;
  padding: 2px;
  align-content: center;
  text-align: center;
}
.thingy_border {
  border: 3px solid white;
  padding: 0em;
  margin-bottom: 25px;
  display: grid;
}
p1 {
  color: white;
}
.container {
  padding: 1rem 1rem;
  text-align: center;
  display: flex;
}
.box-one { 
  background-color: black;
  color: white;
  padding: 5px;
  text-align: center;
  width: 50%;
  border: 5px solid white;
  margin-right: 25px;
}
.box-two {
  background-color: black;
  color: white;
  text-align: center;
  width: 50%;
  border: 5px solid white;
  padding: 2rem 2rem;
  margin-left: 25px;
}
p2 {
  text-decoration: underline;
}
p3 {
  color: red;
}