body {
    font-size: 1em;
    font-family: 'Sen', sans-serif;
    margin: 10 auto 0 auto;    
}

/* font-family: 'Quicksand', sans-serif; */

/* iframe resize */

.iframe-container {
    overflow: hidden;
    padding-top: 120%;
    position: relative;
  }
   
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}