.container {
  margin-top: 5%
}

h1 {
    border: none;
    text-align: left;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 39px;
    color: #3399cc;
    font-size: 30px;
    margin-bottom: 10px;
}

button {
    /* float: left; */
    background-color: #019cd2;
    color: #fff;
    /* text-shadow: 0 1px rgba(0, 0, 0, 0.4); */
    /* box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3); */
    padding: 14px 24px;
    font-size: 12px;
    line-height: 100%;
    border-radius: 0;
    outline: 0;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 10px;
}

iframe {
    float: left;
    clear: both;
}