.mrwfGrid {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
    height: min-content;
    background-color: rgb(11, 20, 29);
    color: white;
    padding: 20px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
}

summary {
    font-size: xx-large;
    color: rgb(241, 194, 50);
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

h2 {
    font-size: xx-large;
    color: rgb(241, 194, 50);
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

h3 {
    font-size: x-large;
    font-weight: bold;
    color: rgb(241, 194, 50);
    padding-bottom: 10px;
}

h4 {
    font-size: large;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
}

h5 {
    font-size: medium;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
}

/* Mobile device settings */
@media (max-width: 768px) {
    .mrwfGrid {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 80vw;
    }
}

.mrwfAppScreenshots {
    text-align: left;
}

.mrwfAppScreenshots img {
    width: 8vw;
    max-width: 275px;
    text-align: left; 
}

.appStoreLabels {
    text-align: left;
}

.appStoreLabels img {
    width: 8vw;
    max-width: 275px;
    text-align: left; 
}
