.progress {
    width: 160px;
}

body {
    background-color: #ffdef7;
    background-image: url('/files/media/hex.svg');
    background-repeat: repeat;
}

#header, #footer, #content {
    background-color: #ffffffbd;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}