@charset "utf-8";

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #4a4038;
  margin: 0;
  background-color: #d9d2c7;
}

#container {
  width: 960px;
  margin: 0 auto;
  background-color: #f7f3ee;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 50px;
}

a:link,
a:visited {
    color: #b9555d;
    text-decoration: none;
    /* [disabled]font-size: medium; */
    text-align: center;
}

a:hover,
a:active {
  color: #6f7d43;
  text-decoration: underline;
}

header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

header::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 215px;
  border-top: 3px solid #A5B452;
  z-index: 1;
}

header h1 {
    font-size: 3em;
    font-family: Cambria, Times, "Times New Roman", serif;
    color: #b9555d;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

header img {
  width: 250px;
  border-radius: 60px;
  border: 8px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
  display: block;
  margin: 20px auto;
  position: relative;
  z-index: 2;
  background-color: #f7f3ee;
}

header p {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

main {
  margin-bottom: 30px;
  padding-top: 25px;
}

main h1 {
    font-size: 2.5rem;
    font-family: Cambria, Times, "Times New Roman", serif;
    color: #b9555d;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

main > p {
  text-align: center; 
  margin: 0 0 20px 0;
  line-height: 1.5;
}

main h2 {
  font-size: 2em;
  font-family: Cambria, Times, "Times New Roman", serif;
  color: #7a7800;
  margin-top: 20px;
  margin-bottom: 15px;
}

main h3 {
  font-size: 1.3em;
  margin-bottom: 8px;
}


main li {
  list-style-type: none;
  margin-bottom: 28px;
}


aside {
  background-color: #dbe4d7;
  border: 2px solid #7a7800;
  padding: 25px 30px;
  margin-bottom: 30px;
  border-radius: 35px;
}

aside h1 {
  font-size: 2em;
  font-family: Cambria, Times, "Times New Roman", serif;
  color: #7a7800;
  margin-top: 0;
  margin-bottom: 20px;
}

aside a:link,
aside a:visited {
    color: #5A5C0F;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
}

aside a:hover,
aside a:active {
  color: #b9555d;
  text-decoration: underline;
}

aside li {
  list-style-type: none;
  margin-bottom: 22px;
}

footer {
    padding-top: 10px;
    text-align: center;
}

footer h1 {
    font-size: 2em;
    font-family: Cambria, Times, "Times New Roman", serif;
    color: #8a69b0;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}

footer a:link,
footer a:visited {
  color: #b9555d;
  text-decoration: none;
}

footer a:hover,
footer a:active {
  color: #6f7d43;
  text-decoration: underline;
}
