body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.solid-container {
  height: 80vh;
}

div.header{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 150px;
    padding: 0 20px 0 20px;
    background-color: #010034;
}

div.header-text{
    font-size: 1.2em;
}

img.megachannel-logo{
    max-width: 350px;
    width: 50%;
}

div.press{
    background-color: #010034;
}

div.press-heading{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 2em;
}

div.image-wrapper{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 20px;
    background-color: #010034;
}

img.launch-press-release, img.var-press-release{
    max-width: 750px;
    width: 50%;
    margin: 10px;
}

div.header-text{
    color: white;
}

@media (max-width: 1294px) {
    img.launch-press-release, img.var-press-release{
        width: 90%;
        max-width: 900px;
    }
}

