body {
    background-image: url(background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
h1 {
    color: white;
    margin-top: 2%;
}
h2 {
    text-align: center;
    color: white;
}
p.one {
    color: white;
    width: 80vw;
    text-align: center;
    margin: auto;
}
#container {
    text-align: center;
    margin-top: 5%;
}
#lessons {
    margin-top: 8%;
    border: 5px solid white;
    border-radius: 6px;
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
a:link {
    color: lightpink;
}
a:visited {
    color: lightpink;
}
a:hover {
    color: white;
}
ul {
    color: white;
    line-height: 165%;
}