html {
    background: url("/static/images/dashboard_bg.png") repeat;
    background-size: 104%;
    font-family: "Tinos", serif;
}

body {
    margin: 0;
}

#heading {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 400%;
    color: #5fa874;
    text-shadow: 0.5px 0.5px 5px;
}

#screenshots {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


#screenshots div {
    background-image: url(/static/images/mccm.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-color: rgb(63, 63, 63);
    
    width: 24%;
    text-decoration: none;
    border: 2px black solid;
    padding-top: 13.5%;
    margin-bottom: 1%;
}