body {
  color:#001f4d;
  background:#FB402D;
  font-size: 14pt;
margin:0px;
min-width:1020px;
}

.wrapper {
 background:white;
margin-top:-21px;
  mask: conic-gradient(from -110deg at right,#0000,#000 1deg 39deg,#0000 40deg) 50%/100% 37.85px;
min-width:500px;
width: 90%;
height:auto;
}

.wrapper-inner {
background: #80DBFF;
   mask: conic-gradient(from -110deg at right,#0000,#000 1deg 39deg,#0000 40deg) 50%/100% 37.85px;
width: 99%;
height:auto;
padding-bottom:20px;
}


.header {
font-family: "Irish Grover", system-ui;
background-color:white;
  border:2px solid #fb402d;
  border-radius:2px;
  margin-left: 25px;
  margin-right: 25px;
 padding:10px;
  width:80%;
  padding-top:0px;
  padding-bottom:0px;
}

.backbutton {
  font-size: 12pt;
  background-color:white;
  border:2px solid #fb402d;
  border-radius:2px;
  margin-left: 25px;
  margin-bottom: 15px;
 padding:6px;
  width:60px;
}

.main {
  background-color:white;
  border:2px solid #fb402d;
  border-radius:2px;
  margin-left: 25px;
  margin-right: 25px;
 padding:10px;
  width:80%;
}

.column {
  float: left;
  width: 50%;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.irish-grover-regular {
  font-family: "Irish Grover", system-ui;
  font-weight: 400;
  font-style: normal;
}


hr {
    color: #fb402d;
   
}

h3 {
  font-family: "Irish Grover", system-ui;
  line-height: 10px;
}

