* {
    margin:0;
    padding:0;
    box-sizing: border-box;
  }
  
  html{
    Scroll-behavior: smooth;
  width:100%;
  overflow-x:hidden;
  }
  body{
    background-color: #997C70;
  }
  #container{
    display: grid;
    grid-template-columns: 0.3fr 0.3fr 0.3fr;
    gap: 35px;
    align-items: center;
    padding-left: 130px;
    padding-top:20px;
    padding-bottom: 20px;
}

figure{
    background-color: white;
    box-shadow: 3px 12px 20px black;
    border: 20px solid rgb(255, 255, 255);
    border-bottom: 55px solid rgb(255, 255, 255);

}

.id-items:hover{
    transform: scale(1.1);
    transition: transform 0.4s;
}

img{
    align-items:center;
    width:100%;
}

figcaption {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
h1{
    text-align: center;
    color: #FDF7F4;
}
h2{
    text-align: center;
    color: #FDF7F4;
}
p{
    text-align: center;
    font-size: 30px;
    color: #FDF7F4;
}
header{
    background-color:#685752 ;
}

section{
    padding: 5rem;
}
iframe{
    width: 100%;
    aspect-ratio: 16 / 9 ;
    height: auto;
    margin:auto
}