  body {
    background-image: url('http://dl7.glitter-graphics.net/pub/1374/1374817ymek1bd873.gif');
    background-attachment: fixed;
    background-repeat: repeat;
  }

  .text-block {
    background-color: rgba(214, 192, 179, 0.7);
    color: #493628;
    padding: 20px;
    border-radius: 20px;
    max-width: 400px;
  }
  
  a {
    text-decoration: none;
    color: #E4E0E1;
  }
  
  ::selection {
    background: #AB886D;
    color: #E4E0E1;
  }