body {
  background-image: url('bg.png');
}
p {
  font-family: monospace;
  color: white;
  font-size:13px;
}

a {
  font-family: monospace;
  color: white;
  font-size:13px;
}

h2 {
  font-family: monospace;
  color: white;
  font-size:13px;
  text-align: center;
}


h1 {
  font-family: monospace;
  color: white;
  font-size:13px;
  text-align: center;
}

#header {
   display: flex;
    justify-content: space-around;
    font-size: 20px;
}

.column {
  float: left;
  padding: 10px;
  background-color: #05051c;
  border: 2px dashed white;
}

img {
  width:300px;
  border: 2px dashed white;
}

.imgs{
  padding:10px;
}

.left, .right {
  width: 21%;
}

.middle {
  width: 49%;
   margin-left: 2%;
  margin-right: 2%;
}
#poopshit {
  font-size: 20px;
}
button {
  background-color: transparent;
  font-family: monospace;
  font-size:13px;
  color:white;
  border: none;
  outline: none;
}
ul {
  list-style-type: none;
}
.poop{
  border: 2px dashed white;
   display: flex;
    justify-content: space-between;
}
i:hover {
  background-color: #3a316b;
  text-decoration: underline;
}
button:hover {
  background-color: #3a316b;
  text-decoration: underline;
  font-style: italic;
}