.main-app-title {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 800;
}

.main-app-subtitle {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
}

.bigger-menu-spacing {
    margin-top: 5rem !important;
}

@media (max-width: 600px) {
    .bigger-menu-spacing {
        height: 5rem !important;
    }
}

.full-width {
    width: 100%;
}

.no-padding-no-margin {
    padding: 0 !important;
    margin: 0 !important;
}

.content {
    padding: 0 2rem;
}

.content-align-elements-right {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .content {
        max-width: 600px !important;
    }
}

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

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

.align-content-left {
    align-content: flex-start;
}

.align-content-right {
    align-content: flex-end;
}


.card-img-top {
    max-width: 6rem;
    margin: auto;
}


.app-store-button-image {
    height: 4rem;
}

.google-play-store-button-image {
    max-height: 5rem;
}

@media (max-width: 600px) {
    .app-store-button-image {
        height: 3.15rem;
    }

    .google-play-store-button-image {
        max-height: 4rem;
    }
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    margin-top: 1rem;
    padding: 1rem 0;
}
