
body {
  background-color: #06090a;
  color: #fff7fe;
  font-family: 'Silkscreen', sans-serif;
}

.centertext {
  text-align: center; 
  margin: 100px;
  font-size: 30px;
  color: #06090a;
}

.transcript {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 35%;
  border: 2px dashed #bbbbbb;
  padding: 10px;
  background-color: #ffffff;
  color: #440055;
  position: relative;
  font-family: 'Courier New';
}
