* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    
    border: 0;
}
html{
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 100%;
}

body {
    background-image: url(./images/background-one.png);
    background-attachment: fixed;
    overflow-x: hidden;
}

.header-nav {
    background-color: black;
    opacity: 70%;
    padding-top: 2%;
    display: block;
}
.spotify-logo {
    width: 132px;
    margin-right: 55%;
}

.nav-links ul {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 2%;
}

.nav-links ul li{
    list-style-type: none;
    padding-right: 14px;
}

.nav-links ul li a {
    text-decoration: none;
    color: white;
    font-weight: 700;
  }

  .nav-links ul li a:hover {
      color: #1ED760;
  }

  #main-one {
      height: 450px;
      padding: 50px 0px 0px 80px;
      color: white;
  }

  #main-one p {
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 32px;
  }

  #main-one h1 {
    font-size: 65px;
    text-justify: auto;
    line-height: 72px;
    margin-bottom: 32px;
}

#main-one button {
    background-color: black;
    border-radius: 500px;
    padding: 20px;
}

#main-one button a {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#main-one button:hover {
    transform: scale(1.1);
}

#main-one h2 {
    font-size: 25px;
    text-justify: auto;
    line-height: 36px;
    margin-bottom: 32px;
}

#main-two {
    height: 400px;
    padding: 50px 0px 0px 80px;
    background-color: white;
    opacity: 85%;
    color: black;
    background-image: url(./images/Spotify_Icon_RGB_Green.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position:right;
}

#main-two p{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 32px;
}

#main-two h2{
    font-weight: bold;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 32px;
}

#main-two h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
}

#main-two button {
    
    background-color: black;
    border-radius: 500px;
    padding: 20px;
}

#main-two button a {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#main-two button:hover {
    transform: scale(1.1);
}


footer {
    background-color: black;
    padding: 40px 0 50px;
    display: block;
}

.logo-footer {
    margin: 0 0 0 85px;
    width: 132px;
}

h4 {
    color: #919496;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
}

.footer-links {
    display: flex;
    margin-left: 25%;

}

.footer-links ul li{
    list-style-type: none;
    margin-right: 14px;
    padding-right: 25px;
}

.footer-links ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-links ul li a:hover {
      color: #1ED760;
  }

  .social-media ul {
    display: flex;
    justify-content:flex-end;
    margin-left: 250px;
}

.social-media ul li{
    list-style-type: none;
}

.media-icons {
    width: 40px;
    border-radius: 50%;
}

.media-icons:hover {
    background-color: #fff;
}