body{
    margin: 30px;
    text-align: center;
    background-image: url(/img/icons8-opium-poppy-100.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    opacity: 0.85;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 0, 0);
}
header{
    font-display: bold;
}
header h1{
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    font-stretch: expanded;
    font-family: 'Courier New', Courier, monospace;}
main{
    text-align: center;
}
blockquote{
    text-align: center;
}