body {
  background-color: black;
  margin: 0px;
}

.mainsection {
  width:100%;
  height: 98vh;
  display: flex;
  align-items: center;
  background-image: url('pictures/IMG_3486.jpeg');
  background-color: black;
  background-size: 1440px;
  background-repeat: no-repeat;
  background-position: center;
}


h1 {
  font-size:90px;
  color: white;
  margin: 0px;
}

h3 {
  font-size: 40px;
  color: white;
  text-align: center;
  margin-top: 60px;
}

.bands {
margin-top: 100px;
font-size: 30px;
font-weight: normal;
text-align: center;
color: white;
display: flex;
justify-content: space-between;
}

.band {
margin: 20px;
color: white;
border-style: solid;
border-color: white;
text-decoration: none;
padding: 10px;
border-width: 2px;
border-radius: 10px;
font-size: 25px;
background-color: black;
background: rgba(0, 0, 0, 0.4);

}




.content {
  width: 70%;
  height: 80vh;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.button {
  padding: 20px;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  background-color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 30px;
  margin-top: 80px;
}

a:hover {
  background-color: white;
  color: black;
}

hr {
    width: 95%;
    height: 5px;
    margin: 0 auto;
    color: blue;
    background: #dfac20;
}




@media only screen and (max-width: 600px) {

  h1 {
    font-size: 35px;
  }

  h3 {
    font-size: 25px;
  }

  .bands {
    flex-direction: column;
    margin-top: 50px;
  }

  .button {
    margin-top: 30px;
  }
}
