  [data-md-color-scheme="slate"] {
    --md-primary-fg-color: #085fbd;
    --md-accent-fg-color: #FF6801;   
}

[data-md-color-scheme="blue"] {
    --md-primary-fg-color: #054a94;
    --md-accent-fg-color: #FF6801;   
}

p{
    text-align: justify;
}

.md-nav__link--active{
    color: hsl(211, 93%, 50%) !important;
}

h1{
    color: hsl(211, 93%, 50%) !important;
}

  img {
    height: auto;
    width: auto;
    border: 1px solid #054a94;
    transition: transform ease-in-out 0.3s;
}

img[src*="#shadow"] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img:active[src*="#zoom"] {
    cursor: zoom-out;
    transform: scale(2.0);
}

img[src*="#zoom"] {
    cursor: zoom-in;
}

img[src*="#center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[src*="#no-border"] {
    border: 0px;
    width: 200px;
}

a.md-logo img {
    border: none;
}

p{
    text-align: justify;
}