/*
#27272B Raisin Black
#30292F Black Coffee
#413F54 Independence
#5F5AA2 Liberty
#F0F3FA Alice Blue
#FCDADA Pale Pink
*/

/* Global styles
------------------------------------*/
body {
  width:95%;
  background: black;
  color: white;
  font-family: 'Roboto Mono', monospace;
  /* font-size: min(2.5vw, 25px); */
  font-size: 16px;
  /* letter-spacing: min(0.5vw, 5px); */
  /* letter-spacing:  4px; */
}

header {
  width:100%;
  text-align: center;
  font-size: 4.5vw;
  letter-spacing: 3vw;
  font-weight: bold;
  border: 5px solid white;
}

nav {
  width:100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 25px;
  letter-spacing: 6px;
}

article, p {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  /* letter-spacing: 0.75px; */
  /* text-align: center; */
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  /* width: 200px; */
}

li a {
  display: block;
  /* width: 60px; */
}

h1, h2, h3 {
  text-align: center;
  letter-spacing: 6px;
}

table {
  margin-left: auto;
  margin-right: auto;
  /* width: 90%; */
}

table, th, td {
  border: 1px solid gray;
  text-align: center;
}

/* th {
  font-weight:900;
  font-size:150%;
} */


a {
  color: white;
    /* text-decoration: none; */
    text-decoration: underline gray;
}

header a{
  color: white;
    text-decoration: none;
    /* text-decoration: underline dotted gray; */
}

a:visited {
  background-color: black ;
  color: white;;
}

a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

iframe {
  border: 0;
  /* height: 120px; */
  display: block;
  margin: 0 auto;
}

video, img {
  display: block;
  margin: 0 auto;
}

audio {
  border: 0;
  display: block;
  margin: 0 auto;
}

footer {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: 10px;
  width: 100%;
  color: white;
  /* text-align: center; */
}

.footer {
  width:60%
}

.column {
  float: left;
  width: 50%;
  font-size: 12px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
