.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 50;
}

.navbar-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    z-index: 50;
}
body {
    background-color: #FFFFFF;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

* {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.alex-brush-regular {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}
