*{
    margin: 0;
    padding: 0;
    font-family: SourceSans3;  
    text-align: justify;
}

@font-face {
  font-family: "Baloo2";
  src: url("./fonts/Baloo2.ttf");
}

@font-face {
  font-family: "SourceSans3";
  src: url("./fonts/SourceSans3.ttf");
}

h1, h2, h3, h4, h5 {
  font-family: Baloo2;
  color: #ff6b1a;
  text-shadow: 1px 1px #000000;
}

section{
        margin-top: 90px;
    }

    .bg1{
        background-color: #eaeff1;
    }

    .bg2{
        background-color: #C6C7C4;
    }