
body {
    font-family: Arial, sans-serif;
    color: white;
    margin: 0;
    padding: 0;
    line-height:1.46;
    background-color: #000;
}
a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color:yellow
}
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: "Noto Serif Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;

}

header {
    padding: 30px;
    text-align: center;
    color: #fff;
    max-width:780px;
    margin:0 auto
}
header h1 {
    font-size: 2.3em;
    margin: 0;
}
section {
    padding: 0 20px;
    max-width: 1024px;
    margin: 0 auto;
    border-radius: 15px;
}
article section:first-child{
    text-align: center;
}
img {
    max-width: 100%;
    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;
}
h2 {
    color: yellow;
    font-size: 1.6em;
}
h3 {
    color: yellow;
    font-size: 1.2em;
}
p {
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 0;
}
ul li{
    margin-bottom:9px
}
figure{
    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: #6d0202;
}
.content-image {
    width: 100%;
    height: auto;
    margin: 20px 0;
}
footer {
    text-align: center;
    padding: 30px;
    color: white;
    border-radius: 15px;
}
footer div{
    margin-bottom:10px
}
footer a{
    color:yellow;
    text-decoration:underline
}
footer a:hover{
    color: white;
}
