@font-face {
  font-family: myFirstFont;
  src: url(https://file.garden/Zx3Clq1Z7kthf_V-/pastry/bsd/SourGummy-VariableFont_wdth%2Cwght.ttf);
}

.text-container {
  background-color: white;
  color: black;
width: 700px;
  margin: auto;
  border: 5px double black;
}

.maintext {
  color: black;
    font-family: "myFirstFont";
  text-align: center;
}

.title {
    color: black;
    font-family: "myFirstFont";
  text-align: center;
  text-decoration: underline;
}

.maintext a {
  color: black;
  text-decoration: underline;
}

body {
  background-color: black;
}
