body {
    font-family: Arial, sans-serif;
    background-color: #780c06;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height:1.46
}
a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color:white
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    color:blue
}
a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playwrite HU", cursive;
    font-optical-sizing: auto;
    font-weight: 700;

}

header {
    padding: 30px;
    text-align: center;
    color: yellow;
}
header h1 {
    font-size: 1.8em;
    margin: 0;
}
main {
    padding: 0 60px 30px;
    background-color: #780c06;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 15px;
}
img {
    max-width: 100%;
}
h2 {
    color: yellow;
    font-size: 1.6em;
}
h3 {
    color: #fff;
    font-size: 1.2em;
}
p {
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 0;
}
ul li{
    margin-bottom:9px
}
div.img{
    text-align: center;
}
div img{
    border-radius: 15px;
    margin-bottom:15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
figcaption{
    color: rgba(225,225,225,.5);
}
main a:hover {
    color: yellow;
}
.content-image {
    width: 100%;
    height: auto;
    margin: 20px 0;
}
footer {
    text-align: center;
    padding: 30px;
    margin-top:60px;
    color: white;
    background-color: rgba(225,225,225,.1);
    border-radius: 15px;
}
footer div{
    margin-bottom:10px
}
footer a{
    color:#fdad13;
    text-decoration:underline
}
footer a:hover{
    color: black;
}
