@font-face {
        font-family: 'cbfont';
        src:  url('/css/fonts/didact-gothic-v19-latin-regular.woff2') format('woff2'),
              url('/css/fonts/didact-gothic-v19-latin-regular.woff') format('woff');
      }


body {
    background-color: #008c9e;
    font-family: 'cbfont';
    font-size: clamp(1.3rem, calc(0.8620689655vw + 1.024137931rem), 1.8rem);
}
p {overflow-wrap: break-word;}
.maincontainer{
    width:100%;
    text-align: center;
    font-family:'cbfont';}
.cb-image {border: black 4px solid;}
.subtext{font-size: clamp(0.8rem, 0.459vw + 0.708rem, 1.1rem);}
.subtext a {color: black;}
}