*{
    font-family: Arial, Helvetica, sans-serif;
}

.fs-sm-container * {
    font-size: 0.9rem;
    line-height: 0.95;
}

.spacer-big{
    height: 10vh;
}

.btn-change:hover{
    -webkit-transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
}

.fw-bold{
    font-weight: 800 !important;
}
.fw-bolder{
    font-weight: 1000 !important;
}

.nav-item-hyojoo{
    font-size: 1.3rem;
    color: black;
}

.footer-text{
    font-size: 0.9rem;
}