html, body {
    font-family: "Roboto", sans-serif;
}

.pages-grid-item:not(:last-child) {
    margin-bottom: 72px;
}

.pages-grid-item {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 36px;
}

.indicator {
    background-color: transparent;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

.indicator.green {
    background-color: green;
}

.indicator.red {
    background-color: red;
}