body {
    background-image: url("../img/bubbles.png");
    font-family: 'Crimson Text', serif;
}

#about {
    max-width: 40em;
    margin: auto;
    background-color: #ffffff;
    opacity: 0.95;
    padding: 10px;
}

.mdl-button--fab.mdl-button--colored {
    background: #3f51b5;
    color: #ffffff;
}

.mdl-button--fab.mdl-button--colored:hover {
    background: #5767c1;
    color: #ffffff;
}

h1 a {
    border-style: none;
}

h1 {
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    font-family: 'Crimson Text', serif;
}

h2 {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Crimson Text', serif;
    margin: 12px 0;
}

p {
    font-size: 20px;
}

#back {
    position: absolute;
    top: 10px;
    text-decoration: none;
}

a {
    color: #3f51b5;
    text-decoration: none;
    border-bottom: 1px dashed #3f51b5;
}