html {
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

img {
    max-width: 500px;
}

h1 {
    font-family: "Ubuntu", Arial;
    color: #2e7fff;
}