<style>
#container {
    max-width: 770px;
    height: 550px;
  }

  #logocontainer {
    max-width: 780px;
    margin-top: -1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0.6em;
  }

  #logo {
    width: 150px;
    height: 70px;
    background: url(https://cbbranding.s3.eu-west-1.amazonaws.com/cb-logo-full.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  #source{
    font-family: 'PT Sans', sans-serif;
    color:#666666;
    font-size:12px;
  }

  .source{
    font-weight:700;
    font-family: 'PT Sans', sans-serif;
    color:#666666;
    font-size:12px;
  }

  .footer {
    float: right;
  }
</style>