@font-face {
    font-family: "BalooDa2";
    src: url(../fonts/BalooDa2-Regular.ttf) format("truetype");

}
body {
    font-family: "BalooDa2", sans-serif;
    color: aliceblue;
    background-color: #030429;

  }

.div-conteudo {
    /*column-gap: 1px
    row-gap: 1px;*/
    margin-top: 20px;
  }

  .div-direita{
    text-align: right;
  }

   .footer {
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
  }
