body {
    background: #fafafa;
    font-family: 'Roboto', 'Helvetica Neue', monospace;
    color: #333333;
    @apply(--layout-fullbleed);
    @apply(--layout-vertical);
}

a {
    text-decoration: none;
    color: #333333;
}

.content {
    width: 500px;
    position: static;
    margin: 20px 34% 20px;
}

iron-pages {
    width: 100%;
    height: 200px;
    font-size: 30px;
    text-align: center;
}

iron-pages div {
    text-align: center;
    vertical-align: center;
    width: 100%;
    height: 100%;
    padding: 30px 5px 10px;
}
