html {
    background: white;
    margin: 0;
    padding: 10pt;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

body {
    height: 512px;
}

#main {
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#logo {
    color: #ccd;
    font-weight: 300;
    font-style: italic;
    font-size: 12pt;
}

#logo img {
    width: 256px;
    filter: drop-shadow(0 0 42px #aae);
    margin-bottom: 16px;
}