body {
  color: rgba(148, 139, 249, 1);
  font-family: Comic Sans MS, sans-serif;
}

.icon {
  width:20px;
  height:20px;
}

.row {
  display: flex;
}

hr {
  color: #948bf9;
  opacity: 0.5;
}

a:link, a:visited, a:active {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline white solid;
  text-shadow: 0px 0px 3px white;
  transition-duration: 0.2s;
}

ul {
  list-style-type:none;
  padding: 0;
}

h1 {
  margin: 0;
  border-bottom: 1px dotted #948bf9;
  border-radius: 5px;
  background: linear-gradient(270deg,rgba(166, 227, 254, 0.5) 0%, rgba(166, 184, 254, 0.5) 50%, rgba(230, 166, 255, 0.5) 100%);
  padding-left: 10px;
  text-shadow: 2px 2px white;
}