* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #111D2A;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

main {
    text-align: center;
}

img {
    max-width: 280px;
    height: auto;
    margin-bottom: 2rem;
}

h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 1rem;
}
