.gs-title-img {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 5px;
}
.main-content {
    padding: 1rem;
    margin: 20px;
   
}
.pod-day{
    background-color: #006666;
    
    padding-bottom: 1rem;
    border: #009999 1px solid;
}
.pod-day h3
{
    background-color: #003333;
    color: white;
    border: #009999 1px solid;
    padding-left: 5px;
}
.main-announcement{
    background-color: #006666;
    color: white;
    padding: 2rem;
    border-radius: 5px;
    max-height: 20rem;
    overflow:auto;
    
}