html, body {
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(#122946, #0C1F35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1,
h2,
h3,
p,
a {
    color: #fff;
}

h2,
h3,
p {
    font-family: 'Courier New', Courier, monospace;
}

h1 {
    font-size: 12vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
}

div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 50px;
}

img {
    width: calc(30vw + 20vh);
}