.create-a-video-headering {
    font-family: "IBM Plex Mono", monospace;
}

section.my-dashboard {
    margin-bottom: 60px !important;
}

button#nextQuest-1:disabled {
    cursor: no-drop;
    background-color: #78abd7;
}

.first-step-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.show-button{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#start-recording {
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.button-42:hover {
    scale: 1.2;
}

#dashboard-container {
    min-width: 320px;
    max-width: 1100px;
}

.menu-div {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.content-div {
    background-color: #f5f9ee;
    border-radius: 20px;
}

.about-me-img {
    width: 6%;
    height: auto;
}

/* max elements font size */
.pref-font-1,
.about-me-label {
    font-size: 18px;
    font-weight: 400;
}

/* preferences para p */
.pref-font-1 {
    text-align: justify;
}

.pref-font-1 {
    letter-spacing: 1px;
    word-spacing: 1px;
}

#prefBtnEx {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 1px;
}

/* menu button */
.about span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    word-spacing: .5px;
}

.pref-font-1- {
    width: 15px !important;
    height: 15px !important;
}

@media (max-width : 591px) {
    .sticky-class {
        position: sticky;
        top: 0;
        background-color: #5fc9f3;
    }

    .menu-div,
    .content-div {
        border-radius: unset;
    }

    .about img {
        width: 25px;
    }

    .custom-button-link {
        padding: 5px 10px !important;
    }

    .about-me-img {
        width: 12%;
        height: auto;
    }
}

@media (max-width:768px) {
    .sticky-class {
        position: sticky;
        top: 0;
        background-color: #5fc9f3;
        z-index: 10;
    }

    .menu-div,
    .content-div {
        border-radius: unset;
    }
}

@media (min-width:592px)and(max-width:768px) {}

@media (max-width: 360px) {
    .about span {
        font-size: 11px;
    }

    #prefBtnEx {
        font-size: 16px;
    }

    .about-me-label {
        font-size: 14px
    }

    .pref-font-1 {
        font-size: 15px;
        text-align: justify;
    }

    .headings {
        font-size: 18px !important;
    }
}

@media (min-width: 361px) and (max-width: 576px) {
    .headings {
        font-size: 18px !important;
    }

    .pref-font-1 {
        font-size: 14px;
        text-align: justify;
    }

    #prefBtnEx {
        font-size: 16px;
    }

    .about span {
        font-size: 11px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .pref-font-1 {
        font-size: 14px;
        text-align: justify;
    }
}

@media (min-width: 769px) and (max-width: 960px) {

    .pref-font-1,
    .about-me-label {
        font-size: 15px;
        text-align: justify;
    }
}

@media (min-width: 961px) and (max-width: 1140px) {
    .pref-font-1 {
        font-size: 16px;
        text-align: unset;
    }
}

@media (min-width: 1141px) {
    .pref-font-1 {
        font-size: 18px;
        text-align: unset;
    }

    .pref-font-1- {}
}