@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Poppins;
}
body
{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background-image: url(img/Small\ Memory\,\ Mikael\ Gustafsson.png);
}
.header h1 
{
    font-size: 15em;
    color: white;
    text-shadow: 0px 1px 17px rgba(255, 255, 255, 0.7);
}