/*
selector {
  property: value; 
  }
*/
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&family=Underdog&family=Unkempt:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@400;700&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Underdog&family=Unkempt:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@400;700&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Handlee&family=Underdog&family=Unkempt:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@400;700&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Handlee&family=Miniver&family=Pinyon+Script&family=Rouge+Script&family=Underdog&family=Unkempt:wght@400;700&display=swap');
img {
    width:300px;
    border:3px solid black;
    padding: 5px;
    Margin:10px;
    }
    
.big{
    width: 600px;
}
    
.smallimage{
    display:flex;
    gap: 10px;
    flex-wrap:wrap;
}
.smallimage img{
    width:300px;
    height:auto;
}
 h3{
    font-family: "Edu NSW ACT Cursive", cursive;
     font-optical-sizing: auto;
     font-weight: <weight>;
    font-style: normal;" 
}

body{ 
    background-color:#faedd8;
}



h5{ 
    font-family: "Unkempt", cursive;
  font-weight: 400;
  font-style: normal; 
}
h2{
   
  font-family: "Delius Unicase", cursive;
  font-weight: 400;
  font-style: normal;
}
h4{
    font-family: "Handlee", cursive;
  font-weight: 400;
  font-style: normal;
}
h1{
   font-family: "Miniver", cursive;
  font-weight: 400;
  font-style: normal;
}