.tutorial-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

a {
    font-weight: bold;
}

.state-list {
    padding-left: 20px;
}

.state-list li {
    margin-bottom: 10px;
}

.status-running {
    color: green;
    font-weight: bold;
}

.status-stopped {
    color: red;
    font-weight: bold;
}

.page-narrow {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-title {
    font-family: "Fjalla One", sans-serif;
    font-size: 60px;
    margin: 0 0 8px 0;
}