*{
margin:0;
padding:0;
}
body{
background-color:#000000FF;
color:#FFFFFFFF;
display:flex;
flex-direction:column;
}
h1{
text-align:center;
}
figure{
display:flex;
justify-content:center;
align-items:center;
padding:20px;
}
figure img{
max-width:100%;
height:100%;
}
header,section,footer{
padding:20px;
}
footer p a{
color:#00FFFFFF;
}
