body {
    background: linen;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    max-width: 96%;

}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

a {
    text-decoration-color: black;
    text-decoration-line: none;
    font-weight: bolder;
}

a:any-link {
    color: #1e5235;
    padding: 1px;
}

.maincontent {
    column-count: 1;
}

.rightcolumn {
    float: right;
    width: 23%;
    resize: none;
    border-radius: 12px;
}

.maincolumn {
    text-decoration: none;
    font-family: arial;
    float: left;
    width: 75%;
    resize: none;
    padding: 10px;
    margin-top: -8px;
}

.title {
    font-family: TOOM, sans-serif;
    font-weight: 700;
    font-size: 64px;
    border: 2px;
    border-color: darkslategrey;
    border-radius: 8px;
    margin: 12px;
align-items: center;
}

.colbg1 {
  width: 32%; 
    background-color: #D4C6AD; 
    border-radius: 12px; padding: 10px; 
}
.colbg2 {
  width: 23%; 
    background-color: #ADBFD4; 
    border-radius: 12px; padding: 9px; 
}
.colbg3 {
  width: 23%; 
    background-color: #80683D; 
    border-radius: 12px; 
    padding: 9px; 
    color: ghostwhite;
}
.colbg4 {
  width: 23%; 
    background-color: #D1E6FF; 
    border-radius: 12px; padding: 9px; 
}
.coltitle {
    background-color: ghostwhite; 
    border-radius: 8px; 
    text-align: center;
    padding: 6px;
display: block;
}
.filterlist {
    font-family: monospace;
    font-size: 11pt;
    background-color: #bcb8b5;
    border: 2px;
    border-radius: 8px;
    padding: 12px;
  }

.filtered {
    background-image: url(images/dots.png);
    background-blend-mode: overlay;
    padding: 2px;
}
