/* Reset some default styles */
body, h1, p {
    margin: 0;
    padding: 0;
}

/* Style the header */
header {
    background-color: #333;
    padding: 10px;
    color: #fff;
}

.menu {
    list-style-type: none;
}

.menu li {
    display: inline-block;
    margin-right: 20px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu a {
    color: #fff;
    text-decoration: none;
}

/* Style the main content */
main {
    text-align: center;
    padding: 50px 0;
}

.content {
    max-width: 800px;
    margin: 0 auto;
}

.massoftext30 {
    text-align: left;
    margin-left: 30%;
}
.massoftext15 {
    text-align: left;
    margin-left: 15%;
}
.attributionhref {
    text-align: center;
}
/* Style the footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-menu {
    list-style-type: none;
}

.footer-menu li {
    display: inline-block;
    margin-right: 20px;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
}