@font-face {
    font-family: Nove;
    src: url(fonts/Nove.ttf);
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Nove, Arial, sans-serif;
    background-color: #000000;
}

img {
    display: block;
}

h1 {
    color: #ffffff;
    letter-spacing: 0.1em;
}