*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
p{
    padding-bottom:1em;
    line-height:1.4em;
}
img{
    width:100%;
    height:auto;    
}

body{
    background-color: #2d2d2d;
}

#wrapper{
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, auto);
}