@font-face {
  font-family: serif;
}

body {
  background-color: black;
}

h1 {
  color: green;
}

h2 {
  color: green;
}

h3 {
  color: green;
}

h4 {
  color: green;
}

p {
  color: green;
}

.tedbox{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
width: 100%;
height: 100%; 
color: #FFFFFF;
text-align: left;
align-items: center; 
font-size: 1rem; 
overflow: auto;
}