html {
  position: relative;
  min-height: 100%;
}

.container {
  max-width: 533.33333px;
  margin: 0px auto;
}

body {
  background-color: #FBB7C0;
  text-align: center;
}

h1 {
  color: #504746;
  margin-top: 10px;
  margin-bottom: 15px;
}

h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #539987;
  font-size: 2.5em;
}

img {
  margin: 1% 5%;
  max-width: 90%;
  border: 10px solid #52FFB8;
  border-radius: 50px;
}

li {
  list-style: none;
  margin-bottom: 5px;
}

ul {
  padding: 0;
}

#again, .pagelinks {
  display: inline-block;
  margin: 0 auto;
  background-color: #CCA43B;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 6px;
  border-color: #52FFB8;
  border: solid 2px;
  padding: 10px 10px;

  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}  

.pagelinks {
  width: 180px;
}

#again:hover, .pagelinks:hover {
  background-color: #52FFB8;
}
:link    {color:#504746; background-color:transparent; text-decoration:none}
a:visited {color:#504746; background-color:transparent; text-decoration:none}

@media screen and (max-width: 500px) {

body {
  font-size: .85em;
}


img {
  border: 6px solid #52FFB8;
  border-radius: 30px;
}

h1 {
  color: #504746;
  margin-top: 6px;
  margin-bottom: 4px;
}

h2 {
  line-height: 100%;
}
}