* {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

.featured {
    border-right-style: solid;
    border-right-width: 5px;
    flex-grow: 1; 
    flex-shrink: 0;
    max-height: 1420px;
    height: 1420px;
    overflow: hidden;
}

.blog {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    height: 275px;
    max-height: 275px;
}

.movies {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    height:600px;
    max-height:600px;
}

.lab {
    height: 100%;
}