body {
  background-image: url('/music/lukafish.gif');
  background-repeat: no-repeat;
  background-size: cover;
  color:Black;
  font-family: 'monaco';
}
.text-container {
  background-color: #ffe4e1;
  text-align: center;
  margin: auto;
  padding: 25px;
  border: 5px solid Black;
  width: 75%
}