﻿.text-width-50ch {
    width : 50ch;
}

.text-width-20ch {
    width: 20ch;
}

.text-width-max {
    width: 100%;
}

header {
    color: darkblue !important;
    background-color: lightblue !important;
}