@charset "utf-8";
* {
 margin: 0;
 padding: 0;
 color: #4C3C31;
}
body {
 font-size: 14px;
}

ul {
 list-style-type: none;
}

p{
 font-family: 'Courgette', cursive;
 font-family: 'Kiwi Maru', serif;
}

section{
  margin-bottom: 25px;
}