.landing-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

.landing-nav-item {
  color: white;
  padding: 30px;
  font-size: 14px;
  font-family: sans-serif;
}

.landing-nav-item:hover {
  cursor: pointer;
  font-size: 15px;
}

.landing-nav-item a {
  color: white;
  text-decoration: none;
  font-stretch: ultra-expanded;
  letter-spacing: 5px;
  font-size: 20px;
}

.landing-nav-item a:hover {
  color: #959595;
  text-decoration: none;
}

#aboutMeSection,
#listenSection,
#albumSection,
#tourSection {
  background-color: #050302;
  color: white;
}

.about-description {
  text-align: justify;
  letter-spacing: 5px;
}
.about-name {
  font-size: 100px;

  font-weight: bolder;
  margin-bottom: 20px;
}

.listen-cover {
  border-radius: 50%;
  width: 90%;
}

.listen-link {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 3px;
}

.spotify-link{
    text-decoration: none;
    color: #a8a8a8;
}

.album-name {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.album-year {
  font-size: 17px;
  text-align: center;
}

.album-container {
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.album-img{
    width: 230px;
    height: 230px;
}

.album-cover {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.album-inner-container {
  width: 90%;
}

.footer-img {
  height: 600px;
  object-fit: cover;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.header-container{
    width: 100%;
    position: relative;

}

.footer-container{
    width: 100%;
    position: relative;
}

.icon-container {
    border-radius: 50%;
    border: 10px solid white;
    font-size: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    opacity: 0.8;
}

