h1{
  font-family: American Typewriter, serif ;
  font-size: 40px;
}
img{
    Height:300px;
  Width:350px;}

h2,h3,h4,h5,h6{
  font-family: arial;
  font-size: 25px;
      }

a{
 text-decoration:none}
 
button{ 
  font-family: "American Typewriter, serif ";
  background-color: white;
  border-color: #2b5394;
  border-style: solid;
  border-radius: 50px;
  padding: 6px 10px;
  cursor: pointer;
  width: 240px;
}

body {
  font-family:"DM Sans";
  font-size: 17px;
  padding: 0px 48px;
  color: #1F1F1F;
}


h1 {
  font-family:"";
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
}

#discografia{line-height: 0.7;
}
#primeiro{ text-align: center;
 font-weight:bold;
font-family: arial;
letter-spacing: 1.0px}
nav a{
    padding: 5px 20px;
    border-radius: 25px;
}
.albuns{ display:flex;
align-items: center;
background-color: grey;
padding: 15px 10px;
gap: 10px;
  
}
.albuns p{ background-color: white
}

.botoes{display:flex;
  flex-direction:column;
  align-items: center;
  gap: 5px;
}