﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    /*--hue: 250;*/
    /*--text: oklch(85% .1 var(--hue));*/
    /*--shadow: oklch(25% .2 var(--hue));*/
    /*--highlight: oklch(98% .05 var(--hue));*/
}

html, body, #app {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: transparent;
    color: white;
}

#app {
    display: grid;
    grid-template-rows: auto auto;
    font-size: 2rem;
}

#title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto .5rem .6rem .5rem;
    font-size: 2.5rem;
    line-height: .75;
    /*color: var(--text);*/
    color: #6fb1e6;
    /*text-shadow: 0 .15ch 15px var(--shadow), 0 -2px 0 var(--highlight);*/
    text-shadow: 0 .15ch 15px #002052, 0 -2px 0 #e9fbff;
}

#description {
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin: .6rem .5rem auto .5rem;
    text-align: center;
}

.link {
    /*    color: #17a2b8;*/
    color: #6fb1e6;
    text-decoration: underline;
}
