/*
colors:

blue: #828BD3
red:  #FF0000
*/




/* ??? */
.container {
  max-width: 920px;
}


html {
  font-size: 14px;
}
body {
  font-family: verdana;
}


h1 {
  font-size: 50px;
  color: #30d2fb;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  color: #30d2fb;
  font-weight: bold;
}



/*a.nav-link:link, a.nav-link:hover, a.nav-link:visited {*/
a:link, a:visited, a:hover, a:active {
    color: #26a7c7;
}
/*a.nav-link:hover {*/
a:hover {
    text-decoration: underline;
}



div.myseparator {
  color: white;
  background-color: #30d2fb;
  text-align: center;
}

.myseparator a:link,
.myseparator a:visited,
.myseparator a:hover,
.myseparator a:active {
  color: white;
}
