body {
  background-image: url("img/pastelstars.png");
  background-color: #FDCFCB;
  color: #938072;
  font-family: 'Arial', sans-serif;
  position: relative;
}
a {
  color: #998cca;
}
h1 {
  margin: 0 auto;
  align-content: center;
  text-align: center;
  border-radius: 25px;
  border: 2px solid #FDCFCB;
  background: white;
  padding: 20px;
  width: 20%;
  height: 80px; 
  top: 100px;
  position: relative;
}
.container {
  margin: 0 auto;
  align-content: center;
  border-radius: 25px;
  border: 2px solid #FDCFCB;
  background: white;
  padding: 20px;
  width: 20%;
  height: 80px; 
  top: 100px;
  position: relative;
}
#lace {
    background-image: url('img/lace.png');
    background-repeat: repeat-x;
    left: 0;
    top: 0;
    width: 100%;
    height: 20%;
    position: fixed;
    z-index: 1;
    opacity: 1;
}
#trim {
    background-image: url('img/enter.png');
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 60%;
    position: fixed;
    z-index: 1;
    opacity: 1;
}