
  


@import "https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css";


html, body {
background-color: #313144;
color: #fd9a44;
margin: 0;
min-height: 100dvh;
display: flex;
flex-direction: column;
}

footer {
  margin-top: auto; /* Pushes the footer to the bottom */
}



.agdasima-regular {
  font-family: "Agdasima", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.agdasima-bold {
  font-family: "Agdasima", sans-serif;
  font-weight: 700;
  font-style: normal;
}


/**
dark orange=fd9a44
light orange=ffcc99
background=313144
font=Agency FB Bold
**/
