:root {
  --bulma-primary-h: 39deg;
  --bulma-primary-s: 100%;
  --bulma-primary-l: 57%;
}

.page-title {
    background-color: rgb(255, 165, 37);
}

.box {
    border-radius: 12px;
}

.input, .textarea, .select select {
    border-radius: 20px;
    background-color: rgb(244, 244, 244);
    border: none;
}

.button {
  border-radius: 20px;
}