body {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: hsl(0,0%,20%);
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, hsl(7, 100%, 100%), hsl(7, 100%, 97%));
    min-height: 100vh;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 20px;
}
/*
header {
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
} */

h1 {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
}

h2 {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 500;
    margin-top: 30px;
    color: hsl(0,0%, 10%);
}

section {
    margin-bottom: 30px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

a {
    color: hsl(197,87%,48%);
}

a:hover {
    color: hsl(197,93%,41%);
}

footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 0.9em;
}

#footer-back {
    color: #4a90e2;
}


#footer-back:hover {
    text-decoration: underline;
    color: #6ba5e7;
}


a {

    text-decoration: none;
}

p {
   /* margin-bottom: 1em; */
}

#title {
    color: black;
}