@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/source-sans-pro-v14-latin-300.eot');
    src: url('../Fonts/source-sans-pro-v14-latin-300.eot?#iefix') format('embedded-opentype'), url('../Fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), url('../Fonts/source-sans-pro-v14-latin-300.woff') format('woff'), url('../Fonts/source-sans-pro-v14-latin-300.ttf') format('truetype'), url('../Fonts/source-sans-pro-v14-latin-300.svg#SourceSans Pro') format('svg');
    font-display: swap;
  }

  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0c1728;
    color: #ffffff;
}

header.container {
    padding-top: 30px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header.container img {
    flex: 0;
}

h1 {
    flex: auto;
    hyphens: auto;
}

main {
    flex: 1;
}

h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

a {
    color: cornflowerblue;
}

a:hover {
    color: cornflowerblue;
}

img {
    max-width: 100%;
    height: auto;
}

footer {
    position: initial;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer a {
    margin-right: 30px;
}