body {
    margin: 0;
    height: 100dvh;
    width: 100dvw;
    overflow: hidden;
    background: url('bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: sans-serif;
    text-align: center;
}

* { margin: 0;}

h1 {
    display: flex;
    justify-content: center;
}

h1 img {
    padding-top: 8%;
    width: 6.2%;
}
