body {
  color: #3366FF;
  background-color: #FFFFFF;
  background-image: url('Background Image');
  background-repeat: no-repeat;
}

a {
  color: #737363;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

a:visited {
  color: #737363;
}

a:hover {
  color: #737363;
}

a:active {
  color: #737363;
}

img {
  width="400px";
  height="auto";
}

div {
  position: relative;
  top: 50px;
  width: 400px;
  margin: 0 auto;
}

h3 {
  color: #737363;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}