:root{
    --darkest-color:black;
    --dark-color: rgb(33,73,130);
    --light-color:rgb(245,191,111);
    --dark-color-translucent:rgb(33,73,130,.7);
    --light-color-translucent:rgb(245,191,111,.7);
}
body{
    background-image: url(/images/blue-yellow-fiber.jpg);
    font-family: Lato, sans-serif;
}
