body {
  background-image: url("/img/backgrounds/stars 1.gif");
  background-repeat: repeat;
  background-color: white;
  background-attachment: fixed;
  font-family: "Ms UI Gothic";
  font-size: 16px;
  color: #d3ebf2;
    
}

h {
  font-size: 24px;
  font-family: "Ms UI Gothic";
}

p {
  color: #84c1db;
  font-size: 20px;
  text-shadow: 0 0 7px #84c1db, 0 0 10px #2654bf;
  font-weight: bold;
}

mark { 
  background-color: #d3eef5;
  color: black;
}

::selection {
  color: #162336;
  background-color: #d3eef5;
}

a {
  color: #84c1db;
  letter-spacing: normal;
  text-decoration-line: underline;
  text-decoration-style: wavy;
}

a:hover {
  font-style: italic;
}

.contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
  padding-top: 100px;
}

#clouds {
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 1000px
  
}

.inner {
  height: 400px;
  width: 350px;
  background-color: black;
  border-color: white;
  border-radius: 5px;
  border-width: 2px;
  border-style: outset;
  overflow: auto;
  box-shadow: 0 0 10px 1px white;
  padding: 20px;
  word-wrap: break-word;
  display: inline;
}