.section1{
    background-color: black;
    height:16px;
    width: 402px;
}
.nav{
    display: flex;
    justify-content: space-evenly;
    width: 402px;
    padding-left: 8px;
    padding-right: 8px;
}
.icons{
    padding-left: 16px;
    display: flex;
    gap: 16px;

}
img{
    border-radius: 15px;
}

.section{
    background-color: black;
    height:16px;
    width: 402px;
}
.hero{
    background-image: url("hero image.png");
    height: 312px;
    color: white;
    background-repeat: no-repeat;
    width: 402px;
    padding-top: 8px;
    margin-top: 16px;

}
.button1{
    background-color: white;
    color: black;
    text-align: center;
    width:104px;
    height:auto;
    border-radius: 20px;
    box-shadow: 2px 3px 2px 2px #572D1E;
    position: relative;
    top:88px;
    left: 8px;

}
.card1{
    background-color: #E3A981;
    width: 336px;
    border-radius: 15px;
    height: 456px;
    margin-left: 16px;
    margin-top: 24px;

}
.button2{
    background-color: #572D1E;
    color:white;
    width:104px;
    border-radius: 20px;
    align-items: center;
    box-shadow: 2px 3px 2px 2px #572D1E;
    text-align:center;
    position: relative;
    left:104px;
}
.card2{
    margin-top: 24px;
    background-color: #C2776A;
    border-radius: 15px;
    width:336px;
    height:456px;
    margin-left: 16px;

}
.button3{
    background-color: black;
    color: white;
    text-align: center;
    width: 104px;
    border-radius: 20px;
    box-shadow: 2px 3px 2px 2px #572D1E;
    position: relative;
    left:104px;
}

h1{
    color:white;
    font-family: Kapakana;
    font-size: 53px;
    line-height: 56px;
    text-shadow: 5px 3px black;
    text-align: left;
    margin-top: 0px;
    
}
h2{
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
h3{
    font-family: Karla;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: white;
    text-shadow: 3px 3px black;
    position: relative;
    right: 8px;



}
h4{
    font-family: Poppins;
    font-size: 14px;
    line-height: 16px;

}
p{
    text-align: center;
    font-family: Karla;
    line-height: 16px;
    font-size: 14px
}
