body {
  background-image: url("img/pinstripe.png");
  background-color: #D5CBFF;
  color: #938072;
  font-family: 'Arial', sans-serif;
  position: relative;
}
a {
  color: #998cca;
}
.container {
  line-height: 20px;
  flex-flow: column wrap;
  flex-wrap: wrap;
  align-content: stretch;
  border-radius: 25px;
  border: 2px solid #FDCFCB;
  background: #fff;
  padding: 10px;
  width: 900px;
  top: 30px;
  position: relative;
  word-wrap: normal;
}