
body {
  background-color: black;
  color: white;
  font-family: Verdana;
  text-align: center;
}

.list {
  text-align: center;
}

.listt {
  display: inline-block;
  text-align:center;
}

.desc1 {
  color: #4a4a4a;
}

h2 {
  line-height: 1;
}

h3 {
  line-height: 0.5;
}

.favs {
  border-style: outset;
  width: 30%;
  text-align: center;
  border-width: 10px;
  margin: auto;
  color: black;
  background-color: white;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}
  
a:hover {
  color: #ff96b6;
}

a:active {
  color: #ff96b6;
}

.w3-bar {
  background-color: white;
}

.container {
  display: flex;
  flex-direction: row;
  border-style: solid;
  color: white;
  border-width: 5px;
  width: 20%;
  margin: auto;
  padding: 10px;
}

.welcome {
line-height: 15px;
}

.spacing2 {
  line-height: 5px;
}