body {
  background-image: url(".png");
  background-color: black;
  color: white;
  font-family: 'Times New Roman', sans-serif;
  position: relative;
}
a {
  color: red;
}
.container {
  line-height: 20px;
  flex-flow: column wrap;
  flex-wrap: wrap;
  align-content: stretch;
  border-radius: 25px;
  border: 2px solid #D5CBFF;
  background: #fff;
  padding: 20px;
  width: 600px;
  top: 30px;
  position: relative;
  word-wrap: normal;
}
#lace {
    background-image: url('lace.png');
    background-repeat: repeat-x;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 1;
    opacity: 1;
}