.flex {
  display: flex;
  justify-content: center;
  flex-basis: auto;
}

.freebitcoin {
  display: flex;
  justify-content: center;
}

.introduction {
  display: flex;
  justify-content: center;
}

.spotify {
}

.widgets {
  display: flex;

}

.opening {
  display: flex;
  justify-content: center;
}

.marquee {
  display: flex;
  justify-content: center;
}

.livecoinwatch-widget-3 {

}

.navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-color: #000000;
}

.navbar li {
  display: inline;
  align-content: space-between;
  background-color: #353839;
  border-right: 3px solid black;
}

.navbar li:last-child {
  border-right: none;
}

.navbar li a {
  display: block;
  color: red;
  text-align: center;
  padding: 14px 24px;
  text-decoration: none;
}
