@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
body {
    height:100%;
    background:linear-gradient(#eee, #fbfbfb);
    background:#eee;
}
#container {
    max-width:1200px;
    margin:50px auto 0;
    text-align:center;
}
#title {
    font-size:30px;
    font-family:'Dosis', sans-serif;
    margin:0 0 30px;
    font-weight:500;
}
#imgs {
    /*max-width:1200px;*/
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0, 0, 0, .25);
    padding:50px;
    box-sizing:border-box;
}