@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap');

body {
  background-color: white;
}

.text-container {
  width: 395px;
  margin: auto;
  border-radius: 0px;
  border: 2px solid black;
  background-color: white;
  padding: 10px;
  font-family: "Playpen Sans";
  color: #000000;
}

a {
  color: #000000;
  text-decoration: underline double;
}

h1 {
  text-align: center;
  font-family: Arial;
  font-weight: 300;
}

.lbox {
  background: transparent;
  width: 47%;
  max-height: 148px;
  float: left;
  border: 1px solid black;
}

.rbox {
  background: transparent;
  width: 47%;
  max-height: 148px;
  float: right;
  border: 1px solid black;
}

.boxtitle {
  font-family: arial;
  text-align: center;
  font-size: 190%;
  position: relative;
  top: -33px;
}
.boxcontent {
  background: transparent;
  width: 100%;
  max-height: 148px;
  position: relative;
  top: -39px;
  overflow-y:auto;
}