body {
    padding: 2% 5% 5% 7%;
    font-size: 22px;
    border: solid 10px #f2d080;
    margin: 0;
    background-image: url(https://slowmovingstorm.neocities.org/folder_name/coquecigrue.jpg);
}

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

a {
color: #97172a;
}

a:hover {
    text-decoration: none;
    color: #d2b70d;
}

a:visited {
color: #f0a19a;
}

hr {
		color: white;
}

h1 {
		color: white;
		text-align: center;
		font-family: monospace;
}

h2 {
  text-align: center;  
  font-size: 1.8em;
  margin: 1.2em;
  border-top: 1px solid white;
}

details {
    padding: 0% 0% 0% 2%;
}

article {
    border: solid 2px #006a56;
    padding: 0% 2%;
    background-color: #074341;
  text-align: center;
}