html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

.inner-container {
   max-width: 1200px;
   margin: 0 auto;
  
}

h1 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 5em;
    margin-top: 0;
    padding-top: 35px;
    color: whitesmoke;
}

.title p {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    color: whitesmoke;
}

.title {
    display: flex;
    justify-content: space-between;
}

.summary p {
    font-family: 'Nunito', sans-serif;
    color: whitesmoke;
    width: 28em;
    margin-bottom: 250px;
}

.buttons {
    display: flex;
    justify-content: flex-end;
}

a {
    text-decoration: none;
    font-family: 'Alfa Slab One', cursive;
    font-weight: bold;
    color: whitesmoke;
    font-size: 2em;
    border: 5px solid whitesmoke;
    border-radius: 25px;
    padding: 0.5em;
    margin-left: 15px;
    margin-bottom: 1em;
}

.banner {
    height: 100vh;
}


h2 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 3em;
    margin-top:0;
    color: whitesmoke;
}

.synopsis {
    font-family: 'Nunito', sans-serif;
    background-color: black;
    padding-top: 2em;
}

.columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.columns div {
    flex-basis: 48%;
    color: whitesmoke;
    
}

.columns div:last-of-type {
    margin-left: auto;
}

footer {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.footer-content
{
    display: flex;
    justify-content: space-between;
    font-family: 'Nunito', sans-serif;   
    font-size: 0.75em; 
}

footer a{
    text-decoration: none;
    border: none;
    font-weight: normal;
    font-family: 'Nunito', sans-serif;
    color: black;
    font-size: 1em;
    font-style: italic;
    margin:0;
    padding:0;
}

img {
    max-width: 50px;
    max-height: 50px;
}

.links a {
  margin-right: 2em;
}

.attributions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
}