.container {
    max-width: 90%;
    margin-inline: auto;
}


.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.font-nunito {
    font-family: 'Nunito', sans-serif;
}


.disappear-from-mobile {
    display: none;
    visibility: hidden;
}


.pointer {
    cursor: pointer;
}