body {
  background-image: url("img/polka.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: 20px;
  width: 600px;
  top: 60px;
  position: relative;
  word-wrap: normal;
}
#lace {
    background-image: url('img/ginghamlacepink.png');
    background-repeat: repeat-x;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 1;
    opacity: 1;
}