@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;
}