@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;

}
body{
  background-color:#f7efef;
  
  
}
nav {

  background: linear-gradient(rgba(0, 0, 0, 0.7), #3551b5), url(Nav.jpeg);
  padding: 200px;

}

h1 {
  text-align: center;
  font-size: 40px;
  color: white;
}


header {
  width: 100%;
  height: 100vh;
}

.legends {
  
  background-size: cover;
  background-position: center;
}

img {
  width: 400px;
  margin-left: 280px;
  margin-top: 100px;

}

p {
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
  line-height: 25px;
  text-transform: capitalize;

}

h2 {
  text-align: center;
  padding: 10px;
  font-size: 40px;
  color: #067CE5;
  text-transform:uppercase;
}

h3 {
  font-size: 40px;
  margin-top: 100px;
  text-align: center;
  color: #8E0C0C;
  letter-spacing:10px;
  text-transform:uppercase;
}

.photos {
  width: 600px;
  margin: 40px;
  margin-bottom: 80px;
}

h4 {
  margin: 19px 18px;
  text-align: center;
  color: #222;
  font-size: 25px;
  margin-bottom: 20px;

}

.player {
  border: 1px solid white;
  padding: 5px;
  box-shadow: 0 5px 25px rgba(1 1 1 /20%);

  margin: 30px auto;
  width: 690px;
  
}





    img {
      width: 400px;
      margin-left: 280px;
      margin-top: 100px;
    }

    .button {
      display: inline-flex;
      height: 50px;
      padding: 0;
      background-color: #009578;
      border: none;
      outline: none;
      border-radius: 5px;
      overflow: hidden;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      margin-left: 250px;
    }

    .button:hover {
      background-color: #009578;


    }

    .button:active {
      background-color: #006e58;


    }

    .icon,
    .dowlond {
      display: inline-flex;
      align-items: center;
      padding: 0 24px;
      color: #fff;
      height: 100%;

    }

    .icon {
      font-size: 1.5rem;
      background: rgba(33, 97, 4, 1);
    }

    a {
      text-decoration: none;
      list-style: none;
      color: white;
      text-transform: capitalize;
    }
