body {
    background-color: #efe4b0;
    margin: 1em 20% 5em 25%;
    font-size: 1em;
    line-height: 1.6;
    font-family: Arial, sans-serif;
      }
      
a {
  color: #d52a2a;
}

a:visited {
  color: #d52a2a;
}

a:hover {
  color: #d52a80;
}

h1 a {
  text-decoration: none;
  color: black;
}

blockquote {
  border-left: 2px solid black;
  padding-left: 11px;
  margin-left: 5px;
  line-height: 1.7;
}

ul ul {
  padding-left: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

.emote {
  height: 16px;
  width: 16px;
}

table, th, td {
  border: 1px solid black;
  max-width: 100%;
}

th, td {
  padding: 10px;
  text-align: center;
}

/* phome codeee */
@media screen and (max-width: 600px) {

  body {
    margin: 1em 5em 1em 2em;
  }

} 