body {
    background-image: url("/img/backgrounds/grassy.jpg");
    background-size: cover;
    background-color: white;
    background-attachment: fixed;
    font-family: "Ms UI Gothic";
    font-size: 16px;
    color: #2b445e;
    font-weight: bold;
  cursor: url("/img/cursor/sunflowers.png"), auto;
    
}

a:hover, button:hover {
    cursor: url('/img/cursor/sunflowers.png'), pointer;
}

html, body {
  margin: 0;
  padding: 0;
}

.contain {
  border-color: white;
  border-style: dashed;
  border-width: 1px;
  height: 100vh;
  width: 800px;
  border-top: none;
  border-bottom: none;
}

a {
  color: white;
  text-decoration: none;
  letter-spacing: normal;
  font-size: 20px;
  text-shadow: 0 0 5px #143b61; 
}

a:hover {
  font-style: italic;
}

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

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

