BODY {
font-family: Inter, arial, helvetica, sans-serif;
font-weight: 400;
/*background-color: #fffff2;*/
height: 100%;
}
#header {
color: #2b395a;
}
.name {
font-size: 240%;
display: inline-block;
}
.headertext {
font-size: 150%;
display: inline-block;
color: #2b395a;
}
.rics {
display: inline-flex;
align-items: center;
float: right;
}
.wrapper {
  display: table;
}
.row {
  display: table-row;
  width: 100%;
border: 1px solid red;
}

.column1 {
  display: table-cell;
width: 25%;
}
.column2 {
  display: table-cell;
  width: 75%;
}

/*
.left {
flex-basis: 15%;
}
.right {
  flex-basis: 75%;
}
*/
.spacer {
height: 2vh;
}
.flright {
float: right;
margin-left: 1%;
}
.flleft {
float: left;
margin-right: 1%;
}
.clear {
clear: both;
}
.content LI { list-style-type: disc; }
