/* Super ONM Home Page Style Sheet
---------------------------------------- */

body {
    background-color: #009bc8;
    text-align: center;
    font-family: sans-serif;
    color: white;
}

h2 {
    font-weight: 500;
}

a {
    color: white;
}

img.cover {
    max-height: 80vh;
    max-width: 100vw;
}

img.logo {
    max-height: 10vh;
}

