
.content {
    max-width: 900px;
    min-height: 100%;
    width: 100%;
    margin: auto;
    border: 3px solid linear-gradient(red, #c2e1ff);
    background: transparent;
    padding: 0px;
    text-align: center;
}

.pane {
    max-width: 900px;
    width: 100%;
    margin: auto;
    border: 3px solid black;
    background: white;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
}
.blank {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 5px;
}

button {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;

    border: none;
    background: none;
}

.move img {
    display: block;
    width: 90px;
    height: 32px;
    cursor: pointer;
}

.favorite img {
  display: inline-block;
  padding: 0;
  border: 3px solid black;
  width: 64px;
  height: 64px;
  cursor: pointer;
}

#title {
  width: 246px;
  height: 70px;
}

body {
  min-height: 100%;
  background-image: linear-gradient(white, #c2e1ff);
}

a:link {
  color: #7292b1;
  text-decoration: none;
}

a:visited {
  color: rgb(216, 136, 192);
  text-decoration: none;
}

a:hover {
  color:#0409a9;
  text-decoration: underline;
}

a:active {
  color: orangered;
  text-decoration: underline;
}

html, body, #body2
{
    min-height: 100%;
}

#myInput {
  color: #0409a9;
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #7292b1; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7292b1;
  opacity: 1; /* Firefox */
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  font-family:helvetica;font-size:15px;font-style:bold;
  margin-top: -1px; /* Prevent double borders */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  display: block; /* Make it into a block element to fill the whole list */
}