body {
    background: rgba(187, 134, 4, 0.1);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    max-width: 92%;
margin-left: auto;
    margin-right: auto;
}

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

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

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


.title {
    font-family: TOOM, Helvetica, sans-serif;
    font-weight: 450;
    font-size: 64px;
    border: 2px;
    border-color: darkslategrey;
    border-radius: 8px;
align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.colbg1 {
  width: 25%; 
    background-color: rgba(172, 221, 184, 0.37); 
    border-radius: 12px; 
    border-left-color: black;
    border-left-style: dotted;
    border-left-width: thin;
    border-bottom-color: black;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    padding: 12px; 
}
.colbg2 {
  width: 25%; 
    background-color: rgba(102, 169, 98, 0.3); 
    border-radius: 12px; 
    padding: 12px; 
        border-left-color: black;
    border-left-style: dotted;
    border-left-width: thin;
    border-bottom-color: black;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}
.colbg3 {
  width: 25%; 
    background-color: rgba(104, 169, 98, 0.45); 
    border-radius: 12px; 
    padding: 12px; 
        border-left-color: black;
    border-left-style: dotted;
    border-left-width: thin;
    border-bottom-color: black;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}
.colbg4 {
  width: 25%; 
    background-color: rgba(98, 169, 99, 0.35); 
    border-radius: 12px; 
    padding: 12px; 
        border-left-color: black;
    border-left-style: dotted;
    border-left-width: thin;
    border-bottom-color: black;
    border-bottom-style: dotted;
    border-bottom-width: thin;
}


.coltitle {
    background-color: #212c3a; 
    border-radius: 4px; 
    text-align: center;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
display: block;
    color: white;
    font-weight: bolder;
    font-size: 18px;
}
.reclist {
    padding: 12px;
    width: 96%;
}
.rectitle {
    font-style: italic;
}
