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

#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-contents: center;
  height: 700px;
  padding-top: 200px;
}

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

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

a {
  color: #031942;
  border-bottom: 1px dotted #031942;
  text-decoration: none;
  letter-spacing: normal;
  transition: letter-spacing 0.8s ease;
}

a:hover {
  letter-spacing: 2px;
}



