a:link {
  color: white;
}

a:visited {
  color: white;
}

html, body {
  background-color: #5A5B9F;
  color: white;
  text-align: center;
  text-shadow: #FFFFFF 0px 0px 5px;
}

img {
  border: none;
  max-width: 90%;
  height: auto;
}

input[type=submit] {
  background-color: #5A5B9F;
  border: 2px solid black;
  color: white;
  padding: 5px 5px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  text-shadow: #FFFFFF 0px 0px 5px;
}

input[type=text] {
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid black;
  background-color: #5A5B9F;
  color: white;
  text-shadow: #FFFFFF 0px 0px 5px;
  max-width: 90%;
}
