/* _content/SolWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ymr4wufuki] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ymr4wufuki] {
    flex: 1;
}

.sidebar[b-ymr4wufuki] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ymr4wufuki] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ymr4wufuki]  a, .top-row[b-ymr4wufuki]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ymr4wufuki]  a:hover, .top-row[b-ymr4wufuki]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ymr4wufuki]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ymr4wufuki] {
        justify-content: space-between;
    }

    .top-row[b-ymr4wufuki]  a, .top-row[b-ymr4wufuki]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ymr4wufuki] {
        flex-direction: column;
    }

    .sidebar[b-ymr4wufuki] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ymr4wufuki] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ymr4wufuki]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ymr4wufuki], article[b-ymr4wufuki] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ymr4wufuki] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ymr4wufuki] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SolWebsite/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-99pt6esef0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-99pt6esef0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-99pt6esef0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-99pt6esef0] {
    font-size: 1.1rem;
}

.bi[b-99pt6esef0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-99pt6esef0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-99pt6esef0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-99pt6esef0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-99pt6esef0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-99pt6esef0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-99pt6esef0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-99pt6esef0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-99pt6esef0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-99pt6esef0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-99pt6esef0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-99pt6esef0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-99pt6esef0] {
        display: none;
    }

    .nav-scrollable[b-99pt6esef0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.bottom-nav[b-99pt6esef0] {
    font-family: DS3;
    font-size: 16px;
    padding: 16px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    transition: background-color 0.2s linear;
}

    .bottom-nav ul[b-99pt6esef0] {
        display: flex;
        justify-content: space-evenly;
        list-style: none;
        padding-right: 25px;
    }

    .bottom-nav a[b-99pt6esef0] {
        font-weight: 800;
        text-decoration: none;
    }
/* _content/SolWebsite/Components/Layout/TopRow.razor.rz.scp.css */
#top-row[b-0qs84xtn20] {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: end;
    justify-content: space-around;
    padding-top: 1rem;
    font-size: 15px;
    font-family: DS3;
    position: relative;
    transition: background-color 0.2s linear;
}

#initials[b-0qs84xtn20] {
    margin-top: 1px;
}

#theme-icon[b-0qs84xtn20] {
    transition: transform 0.6s ease;
}

#theme-icon.sun[b-0qs84xtn20] {
    transform: rotate(40deg);
}

#theme-icon.moon[b-0qs84xtn20] {
    transform: rotate(0deg);
}

#theme-icon .mask-circle[b-0qs84xtn20] {
    transition: cx 0.5s ease, cy 0.5s ease;
    cx: 100%;
    cy: 0%;
}

#theme-icon.moon .mask-circle[b-0qs84xtn20] {
    cx: 15px;
    cy: 9px;
}

#theme-icon .rays[b-0qs84xtn20] {
    transition: opacity 0.5s ease;
    opacity: 1;
}

#theme-icon.moon .rays[b-0qs84xtn20] {
    opacity: 0;
}

/* Tablet */
@media (min-width: 768px) {

    #top-row[b-0qs84xtn20] {
        -webkit-box-align: center;
        align-items: center;
        display: flex;
        -webkit-box-pack: end;
        justify-content: space-around;
        padding-top: 1rem;
        font-size: 30px;
        font-family: DS3;
        position: relative;
        transition: background-color 0.2s linear;
    }

    #initials[b-0qs84xtn20] {
        margin-top: 1px;
    }

    #theme-icon[b-0qs84xtn20] {
        transition: transform 0.6s ease;
    }

    #theme-icon.sun[b-0qs84xtn20] {
        transform: rotate(40deg);
    }

    #theme-icon.moon[b-0qs84xtn20] {
        transform: rotate(0deg);
    }

    #theme-icon .mask-circle[b-0qs84xtn20] {
        transition: cx 0.5s ease, cy 0.5s ease;
        cx: 100%;
        cy: 0%;
    }

    #theme-icon.moon .mask-circle[b-0qs84xtn20] {
        cx: 15px;
        cy: 9px;
    }

    #theme-icon .rays[b-0qs84xtn20] {
        transition: opacity 0.5s ease;
        opacity: 1;
    }

    #theme-icon.moon .rays[b-0qs84xtn20] {
        opacity: 0;
    }
}
/* _content/SolWebsite/Components/Pages/Home.razor.rz.scp.css */
#container[b-65t1ski3yr] {
    display: flex;
    justify-content: center;
    transition: background-color 0.2s linear;
    overflow: auto;
    min-height: 120vh;
    padding-bottom: 10vw;
}

#inner_container[b-65t1ski3yr] {
    font-family: "ARS Maquette Italic";
    max-width: 1200px;
    width: 100%;
    transition: background-color 0.2s linear;
}

.inner2-container[b-65t1ski3yr] {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
    margin: 2px 0px;
    padding: 1rem;
    max-width: 90vw;
}

.inner3-container[b-65t1ski3yr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 80vw;
}

.inner4-container[b-65t1ski3yr] {
    display: flex;
    flex-direction: column;
}

#rose[b-65t1ski3yr] {
    display: none;

}

#rose2[b-65t1ski3yr] {
    display: grid;
    width: 7rem;
    height: 100%;
    margin-right: 17px;
}

canvas[b-65t1ski3yr], img[b-65t1ski3yr], picture[b-65t1ski3yr], svg[b-65t1ski3yr], video[b-65t1ski3yr] {
    display: block;
    max-width: 100%;
}

.home-body h1[b-65t1ski3yr] {
    font-family: DS3;
    letter-spacing: 2px;
    line-height: 29px;
    font-size: 29px;
    unicode-bidi: isolate;
    overflow-wrap: break-word;
}

.home-body[b-65t1ski3yr] {
    max-width: 80vw;
}

.home-body p[b-65t1ski3yr] {
    margin-top:40px;
    font-family: DS3;
    font-size: 14px;
}


.double-border-link[b-65t1ski3yr] {
    display: block;
    position: relative;
    font-family: DS3;
    font-weight: 800;
    margin-top: 32px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgb(85, 32, 44);
    padding: 0.75em 1em;
    width: fit-content;
}

.double-border-link[b-65t1ski3yr]::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgb(85, 32, 44);
}

/* Tablet */
@media (min-width: 768px) {
    #rose[b-65t1ski3yr] {
        display: none;
    }

    #rose2[b-65t1ski3yr] {
        display: grid;
        width: 150px;
        max-height: 300px;
        margin-left: 60px;
    }

    #container[b-65t1ski3yr] {
        display: flex;
        justify-content: center;
        transition: background-color 0.2s linear;
        min-height: 100vh;
        overflow: auto;
        
    }

    #inner_container[b-65t1ski3yr] {
        font-family: "ARS Maquette Italic";
        max-width: 1200px;
        width: 100%;
        transition: background-color 0.2s linear;
    }

    .inner2-container[b-65t1ski3yr] {
        max-width: 90vw;
    }

    .inner3-container[b-65t1ski3yr] {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .inner4-container[b-65t1ski3yr] {
        display: flex;
        flex-direction: column;
    }

    canvas[b-65t1ski3yr], img[b-65t1ski3yr], picture[b-65t1ski3yr], svg[b-65t1ski3yr], video[b-65t1ski3yr] {
        display: block;
        max-width: 100%;
    }

    .home-body h1[b-65t1ski3yr] {
        font-family: DS3;
        letter-spacing: 2px;
        line-height: 40px;
        font-size: 3.5rem;
        unicode-bidi: isolate;
        overflow-wrap: break-word;
    }

    .home-body p[b-65t1ski3yr] {
        margin-top: 40px;
        font-family: DS3;
        font-size: 1.2rem;
    }


    .double-border-link[b-65t1ski3yr] {
        display: block;
        position: relative;
        font-family: DS3;
        font-weight: 800;
        margin-top: 32px;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid rgb(85, 32, 44);
        padding: 0.75em 1em;
        width: fit-content;
    }

    .double-border-link[b-65t1ski3yr]::before {
        content: "";
        position: absolute;
        inset: 4px;
        border: 1px solid rgb(85, 32, 44);
    }
}

/* Small desktop */
@media (min-width: 1024px) {
    #rose[b-65t1ski3yr] {
        display: none;
    }

    #rose2[b-65t1ski3yr] {
        display: grid;
        width: 400px;
        max-height: 300px;
        margin-left: 60px;
        margin-right: 40px;
    }
    #container[b-65t1ski3yr] {
        display: flex;
        justify-content: center;
        transition: background-color 0.2s linear;
        min-height: 100vh;
        overflow: auto;
    }

    #inner_container[b-65t1ski3yr] {
        font-family: "ARS Maquette Italic";
        width: 100%;
        transition: background-color 0.2s linear;
    }

    .inner2-container[b-65t1ski3yr] {
        display: flex;
        margin: 64px 0px;
        padding: 1rem;
        max-width: 90vw;
    }

    .inner3-container[b-65t1ski3yr] {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .inner4-container[b-65t1ski3yr] {
        display: flex;
        flex-direction: column;
    }

    canvas[b-65t1ski3yr], img[b-65t1ski3yr], picture[b-65t1ski3yr], svg[b-65t1ski3yr], video[b-65t1ski3yr] {
        display: block;
        max-width: 100%;
    }

    .home-body h1[b-65t1ski3yr] {
        font-family: DS3;
        letter-spacing: 2px;
        line-height: 90px;
        font-size: 6.3rem;
        unicode-bidi: isolate;
        overflow-wrap: break-word;
    }

    .home-body p[b-65t1ski3yr] {
        margin-top: 40px;
        font-family: DS3;
        font-size: 2rem;
    }


    .double-border-link[b-65t1ski3yr] {
        display: block;
        position: relative;
        font-family: DS3;
        font-weight: 800;
        margin-top: 32px;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid rgb(85, 32, 44);
        padding: 0.75em 1em;
        width: fit-content;
    }

    .double-border-link[b-65t1ski3yr]::before {
        content: "";
        position: absolute;
        inset: 4px;
        border: 1px solid rgb(85, 32, 44);
    }
}

/* Large desktop */
@media (min-width: 1280px) {
    #rose[b-65t1ski3yr] {
        display: grid;
        width: 40rem;
        height: 100%;
        margin-left: auto;
        margin-right: 7rem;
    }
    #rose2[b-65t1ski3yr] {
        display: none;
    }

    #container[b-65t1ski3yr] {
        display: flex;
        justify-content: center;
        transition: background-color 0.2s linear;
        min-height: 100vh;
        overflow: auto;
    }

    #inner_container[b-65t1ski3yr] {
        font-family: "ARS Maquette Italic";
        max-width: 1200px;
        width: 100%;
        transition: background-color 0.2s linear;
    }

    .inner2-container[b-65t1ski3yr] {
        display: grid;
        gap: 32px;
        grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
        margin: 64px 0px;
        padding: 1rem;
        max-width: 90rem;
    }

    .inner3-container[b-65t1ski3yr] {
        display: flex;
        flex-direction: column;
    }

    .inner4-container[b-65t1ski3yr] {
        display: flex;
        flex-direction: column;
    }

    canvas[b-65t1ski3yr], img[b-65t1ski3yr], picture[b-65t1ski3yr], svg[b-65t1ski3yr], video[b-65t1ski3yr] {
        display: block;
        max-width: 100%;
    }

    .home-body h1[b-65t1ski3yr] {
        font-family: DS3;
        letter-spacing: 2px;
        line-height: 90px;
        font-size: 6.3rem;
        unicode-bidi: isolate;
        overflow-wrap: break-word;
    }

    .home-body p[b-65t1ski3yr] {
        margin-top: 40px;
        font-family: DS3;
        font-size: 2rem;
    }


    .double-border-link[b-65t1ski3yr] {
        display: block;
        position: relative;
        font-family: DS3;
        font-weight: 800;
        margin-top: 32px;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid rgb(85, 32, 44);
        padding: 0.75em 1em;
        width: fit-content;
    }

    .double-border-link[b-65t1ski3yr]::before {
        content: "";
        position: absolute;
        inset: 4px;
        border: 1px solid rgb(85, 32, 44);
    }
}
/* _content/SolWebsite/Components/Pages/Journey.razor.rz.scp.css */
#outer-container[b-qqt2ejyhdx] {
    display: flex;
    justify-content: center;
    transition: background-color 0.2s linear;
    min-height: 100vh;
    width: auto;
    overflow: hidden;
}

#journey-container[b-qqt2ejyhdx] {
    display: flex;
    flex-wrap: wrap;

    padding-bottom: 100px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

#journey-title[b-qqt2ejyhdx] {
    margin-left: 50px;
    transition: background-color 0.2s linear;
}

#journey-title-container[b-qqt2ejyhdx] {
    transition: background-color 0.2s linear;
}
/* _content/SolWebsite/Components/Pages/Projects.razor.rz.scp.css */
/* Base styles (mobile first) */

#outer-container[b-qb728yufi3] {
    display: flex;
    justify-content: center;
    transition: background-color 0.2s linear;
    min-height: 100vh;
    width: auto;
    overflow: hidden;
}

#projects-container[b-qb728yufi3] {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 100px;
    align-items: flex-start;
    align-content: flex-start;
    margin-left: auto;
    margin-right: auto;
}
#projects-title[b-qb728yufi3] {
    margin-left: 50px;
    transition: background-color 0.2s linear;
}
#projects-title-container[b-qb728yufi3] {
    transition: background-color 0.2s linear;
}

/* Tablet */
@media (min-width: 768px) {
}

/* Small desktop */
@media (min-width: 1024px) {

}

/* Large desktop */
@media (min-width: 1280px) {

}
/* _content/SolWebsite/Components/Prefabs/Banner.razor.rz.scp.css */

/* Base styles (mobile first) */

.my-banner[b-x4r69qqb7o] {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: 0.3s;
    margin: 10px;
}

.banner-image[b-x4r69qqb7o] {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
    display: block;
}

.banner-body[b-x4r69qqb7o] {
    padding: 16px;
}

.banner-title[b-x4r69qqb7o] {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.banner-description[b-x4r69qqb7o] {
    color: #444;
    font-size: 1rem;
}

.projects-play-button[b-x4r69qqb7o] {
    padding: 12px 24px;
    border: 2px solid rgb(85, 32, 44);
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

.light[b-x4r69qqb7o] {
    background-color: rgb(249, 245, 231);
}

.light-shadow[b-x4r69qqb7o] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.light-mode-font[b-x4r69qqb7o] {
    color: rgb(85, 32, 44);
}


.dark[b-x4r69qqb7o] {
    background-color: black;
}

.dark-shadow[b-x4r69qqb7o] {
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.5);
}

.dark-mode-font[b-x4r69qqb7o] {
    color: rgb(249, 245, 231);
}

.bold-font[b-x4r69qqb7o] {
    font-weight: 800;
}
/* Tablet */
@media (min-width: 768px) {
    .my-banner[b-x4r69qqb7o] {
/*        width: 46%;
        max-width: 50%*/
    }
}

/* Small desktop */
@media (min-width: 1024px) {
    .my-banner[b-x4r69qqb7o] {
/*        width: 45%;
        max-width: 50%*/
    }
}

/* Large desktop */
@media (min-width: 1280px) {
    .my-banner[b-x4r69qqb7o] {
/*        width: 31%;
        max-width: 33%;*/
    }
}
/* _content/SolWebsite/Components/Prefabs/Card.razor.rz.scp.css */

/* Base styles (mobile first) */

.my-card[b-dcsq4xnidh] {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: 0.3s;
    margin: 10px;
}

.card-image[b-dcsq4xnidh] {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    display: block;
}

.card-body[b-dcsq4xnidh] {
    padding: 16px;
}

.card-title[b-dcsq4xnidh] {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.card-description[b-dcsq4xnidh] {
    color: #444;
    font-size: 1rem;
}

.projects-play-button[b-dcsq4xnidh] {
    padding: 12px 24px;
    border: 2px solid rgb(85, 32, 44);
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

.light[b-dcsq4xnidh] {
    background-color: rgb(249, 245, 231);
}

.light-shadow[b-dcsq4xnidh] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.light-mode-font[b-dcsq4xnidh] {
    color: rgb(85, 32, 44);
}


.dark[b-dcsq4xnidh] {
    background-color: black;
}

.dark-shadow[b-dcsq4xnidh] {
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.5);
}

.dark-mode-font[b-dcsq4xnidh] {
    color: rgb(249, 245, 231);
}

.bold-font[b-dcsq4xnidh] {
    font-weight: 800;
}
/* Tablet */
@media (min-width: 768px) {
    .my-card[b-dcsq4xnidh] {
        width: 46%;
        max-width: 50%
    }
}

/* Small desktop */
@media (min-width: 1024px) {
    .my-card[b-dcsq4xnidh] {
        width: 45%;
        max-width: 50%
    }
}

/* Large desktop */
@media (min-width: 1280px) {
    .my-card[b-dcsq4xnidh] {
        width: 31%;
        max-width: 33%;
    }
}
