H1 {
   /* title */
    color: #ff2d00; /*color*/
    font-family: 'courier New'; /* font */
  text-align: center; 
  
    font-weight: 100; /* thick */
  Font-size: 3em; 
 
}

body{
    background-image: url(public/wallvoices1.png);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.cover {
  position: absolute; 
  top: 240px; 
  left: 690px; 
  z-index: 10; 
}
.cover img {
  width: 512px; 
  height: auto; 
}

.cd {
  position: absolute; 
  top: 700px; 
  left: 600px; 
  z-index: 10; 
}
.cd img {
  width: 720px; 
  height: auto; 
}

.text {
  color: black;
  Font-size: 1.7em;
   text-align: center;
  width: 630px
}

.dive {
  color: #f700ff;
  Font-size: 1.2em;
   text-align: center;
  width: 630px
}

.rights { 
 
    color: #f700ff; 
    font-family: 'courier New'; 
  text-align: center;  
    font-weight: 300; 
  Font-size: 1.4em; 
  
}