html {
    background: linear-gradient(to bottom, #0288D1, #003456);
    height: 100%;
}

body {
    font-family: sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
}

img {
    height: 70%;
    width: 70%;
    object-fit: contain
}