body{
background-image:url("../Credits/background/beach.jpg") ;
background-size: cover;
 font-family: "Dico", sans-serif;
 background-attachment: fixed;
}

.pictures{
  
  max-width: 150px;
  
}


a:link{color:#311f10;}
a:visited{color:#694120;}
a:hover{color:#24160b;}

.center{
  display: flex;
  justify-content: center;
}

.button  {
  border-color: #24160b;
}

.headerwrapper{
  margin-bottom: 20px;
}


.box {
    border:2px #EED9C4 solid;
    background-color: rgb(255, 254, 206, 0.4);
    background-size: fit;
    padding: 20px;
    border-radius: 10px;
    color:#6c3421;
    padding:35px;
    margin: 20px;
    max-width:700px;
    font-weight: 700;
    }
    
    .albums {  margin: 0 auto;
      display: flex;    
      justify-content: space-between;
      gap: 20px;
      grid-template-columns: 1fr 1fr 1fr;}
    
  .albums img {  max-width: 150px;
  border: double, 4px, #5a4920;
       
      }
  
  .albumsbox{ 
    max-width: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
.albumsbox h4{
  margin:0px;
  padding:4px;
}

.albumsbox h5{
  margin:0px;
  padding:4px;
}

  
  {}
