
body{
  background: url("/ween/misc147.jpg");
   font-family: "Comic Sans MS", "Comic Sans", monospace;
   flex-direction: column;

}

   .center {
    margin: auto;
  background: none;
  width: 85%;
  padding: 20px;
  text-align: center;
}


.container{
  border: 5px dashed #b0ff5d;
  background: black url("");
}


.grid-container {
  margin: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0px;

}

ul{
  list-style-image: url('/images/alien.gif');
}