* {
    display: block;
    margin: 0;
    padding: 0;
}

body {
    background-image: url(img/Fractal1932.png);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
}

title {
    display: none;
}

head {
    display: none;
}

img {
    width: 40vw;
}

footer,
header,
a {
    margin: auto auto;
    color: rgb(0, 255, 149);
    font-size: 10vh;
}

header {
    display: none;
    font-size: large;
    height: 20vh;
    width: 100vw;
    background-color: aqua;
}

header * {
    padding: 5vh 0;
    background-color: aqua;
}