header,section,footer,aside,nav,article,figure,figcaption{display:block;}

body{
    background-image:url("../images/spooky%20king.webp");
    background-repeat: no no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}