body,html{margin:0;padding:0;height:100%;width:100%;background-color:#ccc;font-family:Roboto,sans-serif}*{-webkit-box-sizing:border-box;box-sizing:border-box}.content{background-color:#eee;margin:4rem;margin-bottom:0;padding:3rem;border-radius:3px;-webkit-box-shadow:-4px 9px 14px #555;box-shadow:-4px 9px 14px #555}.content h1{font-weight:500}.content h2{font-weight:400;font-color:#777}@media only screen and (max-width:768px){.content{width:100%;margin:0}}