*{
    margin: 0;
    padding: 0;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

h6{
    text-align: center;
}
.content-wrapper{
    padding: 20px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.351);
    background-color: rgba(255, 255, 255, 0.471);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.567);
}





.mh-500{
    min-height: 400px;;
}

.mw-500{
    min-width: 500px;;
}
.container{
    min-height: 92.3svh;
    
}
.h-100{
        min-height: 92.3svh;

}

.h-full{
    height: 100%;
}

.grid{
    display: grid;
    gap:10px;
}

.h-content{
    min-height: fit-content;
}

@media (width<500px) {
    .mw-500{
        min-width: 100%;
    }
    .br-5{
    border-radius: 5px;
    }
    .mh-500{
        min-height: 300px;
    }

    
}