body {
    background-color: black;
    color: #fff;
    font-family: "Indie Flower", cursive;
    font-weight: 600;
    font-style: normal;
}
.light-mode{
    background-color: white;
    color: black;
    font-family: "Indie Flower", cursive;
    font-weight: 600;
    font-style: normal;
}
h3 {
  font-family: "Indie Flower", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}
subtitle {
  font-family: "Indie Flower", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
}
h2 {
  font-family: "Indie Flower", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
nav ul li {
  float: left;
}
nav ul li a {
  display: block;
  color: rgb(218, 12, 218);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    font-family: "Indie Flower", cursive;
    font-weight: 600;
    font-style: normal;
}
.light-mode nav ul li a:hover {
color:black;
}
nav ul li a:hover {
color:white;
}
.column {
  float: left;
  height: 300px;
  height: 100vh;
  width: 80%;
}
@media only screen and (max-width: 720px) {
    .column {
      width: 100%;
    }
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
a {
    color: blueviolet;
    text-decoration: none;
}
a:hover {
    color: white;
    text-decoration: underline;
}
.light-mode a:hover {
    color: black;
    text-decoration: underline;
}
p i {
    color:red
}
ul li i:hover {
    color:white;
}
p i:hover {
    color:white;
}
p i a {
    color:red
}
p i a:hover {
    color:white;
}
footer i a {
color:blueviolet;
}
.status {
border-bottom: dashed 2px rgb(218, 12, 218)
}
.status p {
  padding: 3px;
}
hr {
  border: dashed 2px rgb(218, 12, 218);
}
.loading {
  opacity: 0.6;
  font-style: italic;
}