#container, #card {
    max-width: 900px;
     border-radius: 4px;
    
  display: flex;
  flex-direction: column;
  background-image: var(--container);
  margin: auto;
  align-content: center;
  padding: 20px;
  filter: drop-shadow(10px 10px 4px #a04ccd);
   
}


div {
    font-family: var(--font1);
}

#header {
    background-image: var(--header);
    color: var(--color1);
    background-size: 100%;
    text-align: center;
     
    text-shadow: 10px 10px 5px white inset;
     border-radius: 4px;
    
  padding: 30px;
  font-size: 35px;
  filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, .6));
}

nav {
    background-size: 100%;
    color: var(--color1);
    text-align: center;
     
    text-shadow: 10px 10px 5px white inset;
     border-radius: 4px;
    margin: 20px;
    
    
}
#item {
  color: var(--color1);
}
#button {
    background-image: var(--nav);
    background-size: 100%;
    padding: 5px;
    color: var(--color1);
    text-align: center;
     
    text-shadow: 10px 10px 5px white inset;
     border-radius: 4px;
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, .6));
    border: none;
}
.collapse {
  width: 100%;
  img {
    max-height: 1100px;
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  }
}
button {
  border: none;
}

body {
    background-image: var(--body);
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the header */

/* Container for flexboxes */
.row {
  display: -webkit-flex;
  display: flex;
}

/* Create three unequal columns that sits next to each other */
.column {
  padding: 10px;
   border-radius: 4px;
  margin: 10px;
  background: var(--container);
   /* Should be removed. Only for demonstration */
  filter: drop-shadow(10px 10px 4px #a04ccd);
  color: aliceblue;
  font-size: 12px;
  a {
    color: var(--color2);
  }
}

/* Left and right column */
.column.side {
   -webkit-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding-top: 10px;
   #button {
     
    padding: 10px;
  }
   
}



/* Middle column */
.column.middle {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: block;
  margin: auto; 
  display: flex;
  flex-wrap: wrap;
  padding: 2 4px;
  #button {
    -webkit-flex-direction: column;
    flex-direction: column;
    
  }
  img {
    max-height: 160px;
    display: block;
    margin: auto;
    
  }
  
}

/* Style the footer */
.footer {
  margin: 2px;
  padding: 20;
  text-align: center;
   border-radius: 4px;
  background: var(--container);
  filter: drop-shadow(10px 10px 4px #a04ccd);
  color: var(--color1);
}

  @media (max-width: 600px) {
  .column {
    -webkit-flex-direction: reverse;
    flex-direction: reverse;
  }
  .column-middle {
    img {
      width: fit-content;
    }
  }
}
.stamps {
  display: flex;
  flex-wrap: wrap;
   img {
    flex: 33.3%;
    -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: block;
  margin: auto;
  }
}

  lol {}
  
  lol,
  .img2 {
    /* album's cover image u can change the size! */
    position: relative;
    width: 100px;
    height: 100px;
    background-color: black;
    color: black;
    z-index: 999;
  }

  .img1 {
    /* cd image u can change the size too */
    position: absolute;
    width:auto;
    height:90px;
    left: 65px;
    z-index: 800;
    -webkit-animation: spin 2s linear infinite;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
  }

  .img1 hover {
    cursor: help;
  }

  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .img1:hover {
    /* this makes the cd stop spinning when hovering! */
    -webkit-animation: pop 0.3s ease;
  }
.form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
    input {
    margin-bottom: .5em;
    display: block;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media only screen and (min-width: 600px) {
    label {
        float: left;
        padding-right: 0.5em;
        text-align: right;
        width: 7em;
        margin-bottom: 1em;
    }
}
@media (max-width: 600px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .column.middle {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.collapse {
  width: 100%;
  img {
    max-height: 1100px;
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  }
}

.gallery{
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  
}

.gallery img{
  margin-top: 8px;
  vertical-align: middle;
  
}

.folder {
  
    img {
     border-radius: 4px;
    width: 60%;
  }
  }

/* https://frutigeraeroarchive.org/blog/posts/20_09_2025/*