* {
    margin: 0;
    padding: 0;
}

body {
    background-color: hsl(0, 0%, 10%);
    background-image: url("images/kaiser.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
