<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ********************************************************//** @file covid.css
*//* *************************************************************************/

.header { float: left;
          height: 50px;  width: 100%;
          background-image: url("paper.gif");
          font: Arial;
          font-family: Arial, sans-serif;
          font-size: 24px;
          text-align: center;
          padding: 0px;
          }

.smallitalic { font-size: 12px; font-style: italic; }

.topnav { position: "relative";
          clear: "both";
          overflow: hidden; background-color: #333; }
.topnav a { float: left; display: block; color: #f2f2f2; text-align: center;
            padding: 14px 16px; text-decoration: none; }
.footer { position: relative; clear: both; background-color: #F1F1F1;
          font-size: 12px; text-align: center; padding: 10px; }

.triplestack { float: left;
               width: 360px; height: 840px;
               border: 2px solid black; }

.nobordertriplestack { float: left;
                       width: 364px; height: 844px;
                       border: hidden; background-color: MintCream; }

.roundedbordertriplestack { position: absolute;
                            width: 344px; height: 824px;
                            border: 10px solid DimGray; border-radius: 50px; }

.explaintriplestack { position: absolute; clear: both;
                      width: 314px; height: 340px; border: hidden;
                      padding: 0px; padding-left: 15px; top: 0px;
                      font-size: 14px; text-align: left; }

.doublestack { float: left;
               width: 360px; height: 560px;
               border: 2px solid black; }

.noborderdoublestack { float: left;
                       width: 364px; height: 564px;
                       border: hidden; background-color: MintCream; }

.roundedborderdoublestack { position: absolute;
                            width: 344px; height: 544px;
                            border: 10px solid DimGray; border-radius: 50px; }

.explaindoublestack { position: absolute; clear: both;
                      width: 314px; height: 270px; border: hidden;
                      padding: 0px; padding-left: 15px; top: 0px;
                      font-size: 14px; text-align: left; }

/* KEEP AND DO NOT CHANGE: */
.clearfix::after {
                 content: "";
                 clear: both;
                 display: table; }


</pre></body></html>