:root {
    --line-color: #c9c9c9;
    --accent-color: orangered;
    --text-color: white;
}

#maincontent{
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.4;
    font-size: 1rem;
    line-height: 30px;
    max-width: 650px;
    padding: 0 10px;
    margin: 50px auto;
}

img{
    width: 100%;
}

#colorbox{
    background-color: var(--accent-color);
    color: white;
    text-align: center;
    word-spacing: 30px;
}

#negative-color{
    color: var(--text-color);
}

h1,h2,h3{
    font-weight: normal;
}

a{
    text-decoration: none;
    color: var(--accent-color);
}

.line-after::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--line-color);
    margin-top: 14px;
}
