:root {
    --background-color: #ed2c24;
    --text-color: #444;
}
body{
    background-color: var(--background-color);
}
.centered {
    display: flex;
    justify-content: center;
    width: 100%;
}
.blocked {
    display: inline-block;
    width: 60%;
}
@media (max-width: 1180px) {
    .blocked {
        width: 65%;
    }
}
@media (max-width: 1180px) {
    .blocked {
        width: 70%;
    }
}
.center {
    text-align:center;
    display: flex;
    justify-content:center;
}
.comic {
    background-color: white;
    fill: var(--background-color);
    stroke: var(--background-color);
}
.text-section {
    background-color: white;
    color: var(--text-color);
}
.left-text {
    text-align: left;
}
.text-section a {
    color: var(--background-color);
}
.ebdsa-logo {
    margin: 10px;
}
