  
    
    html {
    font-family: Open Sans, sans-serif; 
    background-color: #2d2d2d; 
    color: white;
    margin: 0;
    padding: 0;
    }

    .body {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

.controls {
position: fixed;
top: 0;
left: .5rem;
width: 100%;
z-index: 100;
padding: 10px; /* Optional: Add padding for better layout */
}

h1 {
    font-size: .8rem;
    color: #e8f48c;
    margin-bottom: 0;
} 

h2 {
    font-size: .8rem;
    color: #ffa500;
    margin-top: 0;
} 

p {
    font-size: .75rem;
    margin: 0; padding: 0;
}

.small {
    font-size: .65rem;
    margin: 0 0 1rem 0; padding: 0;
}

.small span {
    color: gray;
}

a.button {
    font-size: .75rem;
    color: #fff;
    text-shadow: #000 1px 1px 1px;
    background-color: #6b8e23;
    padding: 0 .4rem .1rem .35rem;
    border-radius: 4px;
    margin: auto;
    width: fit-content;
    text-align: center;
    text-decoration: none;
} 

a.button:hover {
    background-color: #00A9E0;
}

a.button:active {
    background-color: #C0392B;
}
  
.title_dashboard {
    width: 80%;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 1rem;
}

.thumbnail-container {
    position: static;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 81%;
    width: 81%;
    margin: 1.5rem auto 0 auto;
    padding: 0;
    flex-direction: row;
    box-sizing: border-box;
    }

.tile {
    flex: 1 1 calc(20% - 1rem); /* Each tile takes up 20% of the row minus the gap */
    display: flex;
    flex-direction: column; /* Stack image and title vertically */
    align-items: flex-start; /* Center the content horizontally */
    justify-content: flex-start; /* Align content to the top */
    box-sizing: border-box;
    margin: 0; padding: .25rem;
    border-radius: 4px;
    background-color: #000;
}

.image-wrapper {
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #000;
}

.image-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* Remove iframe borders */

}

.thumbnail-title {
    margin: 0.15rem 0 0 0; /* Space between image and title */
    text-align: left;
    font-size: .75rem;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
}

.sign:link, .sign:visited {
 border-top: 2px solid #fff;
 background-color: #555;
 color: #fff;
 text-shadow: #000 1px 1px 1px;
 display: flex;
 width: 100%;
 max-width: 100%;
 box-sizing: border-box;
 text-decoration: none;
 padding: 0 0 .15rem .25rem;
}

.sign:hover {
 background-color: #2e86c1;
}
.sign:active {
 background-color: #e74c3c;
 color: #fff176;
} 

h1 {
    font-size: .8rem;
    color: #e8f48c;
    margin-bottom: 0;
} 

h2 {
    font-size: .8rem;
    color: #ffa500;
    margin-top: 0;
} 

p {
    font-size: .75rem;
    margin: 0; padding: 0;
}

.small {
    font-size: .65rem;
    margin: 0 0 1rem 0; padding: 0;
}

.small span {
    color: gray;
}
