html, body {
    height: 100%;
}

body {
    background: linear-gradient(to bottom, #2B4D8D, #738E95) no-repeat;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

p {
    margin-bottom: -15px;
    font-size: 36px;
}