body * {
    font-family: 'Poppins', sans-serif;
}
html, body {
    height: 100%;
}
strong {
    color: unset;
}
.nowrap {
    white-space: nowrap;
}
.oh {
    overflow: hidden;
}
.cp {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

.navbar-item img {
    max-height: 5rem;
}
.form-container {
    max-width: 800px !important;
}


@media screen and (min-width: 1024px) {
}

@media screen and (max-width: 1023px) {

    .navbar-item img {
        max-height: 4rem;
    }

}

@media (max-width: 768px) {

    .navbar-item img {
        max-height: 3rem;
    }

}