.text-container {
 background: white;
  color: black;
}

main {
  width: 650px;
  margin: auto;
}

a {
 color: black; 
  text-decoration: underline;
}

body {
 background: white; 
}

.button, .button:hover {
   background: white;
 color: black; 
}

.paste-info {
 display: none; 
}

p {
text-align: center;
}
