html {
    height: 100dvh;
    font: 100%/1.0 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    height: 100%;
    background-color: whitesmoke;
    display: grid;
    place-items: center;
    margin: 0;
}

.an-splash {
    margin-top: -20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.an-splash-logo {
    margin-bottom: 25px;
    text-align: center;
}

.an-splash-logo img {
    max-width: 150px;
    width: 100%;
}

.an-splash-text {
    font-weight: 600;
    font-size: 18px;
}
