
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family:  sans-serif;
}

h2,h3{
    font-family:   sans-serif;
}

.modelling-showcase{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 670px;
    color: #fff;
    background: url(https://static.igem.wiki/teams/4186/wiki/model-bkg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 40px;
    margin-bottom: 40px;
}

.modelling-container{
    max-width: 72vw;
    margin: auto;
}
