.dja{
    display: flex;
    align-items: center;
    justify-content: center;
}
.df{
    display: flex;
}
.dnone{
    display: none;
}
.he-90 {
    height: 90px;
}
.he-125{
    height: 125px;
}
.vh-50{
    height: 50vh;
}
.vh-70{
    height: 70vh;
}
.vh-75{
    height: 75vh;
}
.w-40{
    width: 40%;
}
.wh-35{
    width: 35px;
    height: 35px;
}
.wh-45{
    width: 45px;
    height: 45px;
}
.wh-75{
    width: 75px;
    height: 75px;
}
.fs-45{
    font-size: 45px;
}
.fs-95{
    font-size: 95px;
}
.fs-70{
    font-size: 70px;
}
.rounded-30{
    border-radius: 30px;
}
.rounded-top-30{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.bg-white-subtle{
    background-color:rgba(255, 255, 255, 0.5);
}
.cursor{
    cursor: pointer;
}
.focus{
    outline: none;
}
