@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&display=swap');
:root
{
    --base-color: #00b0f0;
}

h1
{
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size:42px;
}

.blue
{
 color:#00b0f0;   
}

.mauve
{
    color:#ab4c90;
}

.black
{
    color:#000000;
}

header .navbar-brand img {
    max-height: 90px;
}