
body {
  background-image: url('flowersbg.jpeg');
  font-family: "Bahnschrift";
}

.content {
  
 background-image: url('starsbg.gif');
 width: 1000px;
 max-width: 80vw;
 color: white;
 margin: auto;
 margin-bottom: 20px;
 padding: 50px;
 position: absolute;
 left: 0; 
  right: 0; 
 
 border-style:solid;
 border-top: none;
 border-width: 1vw;
 border-color: #9D51AD;
 border-radius: 30px;
 
}

.divider {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.logo {
  display: block;
  width: 800px;
  max-width: 90vw;
  margin: 50px auto 50px auto;
  position:relative;
  z-index:5;
}

.monstertop {
   width: 1700px;
   max-width: 154%;
  height: 300px;
  
  position: absolute; 
  left: 0; 
  right: 0; 
 
  
  margin-top: -230px;
  margin-left: -27%;
}

table {
  border: 5px dashed white;
   border-collapse: collapse;
  margin: auto;
   background: rgba(0, 0, 0, 0.5);
  
}

 td {
  border-right: 3px dotted white;
  border-top: 2px solid white;
  padding: 0.5rem; /* Optional: Add padding for content */
}

 th {
  border: 0px dotted white;
  padding: 0.5rem; /* Optional: Add padding for content */
}

.date, .medium, .score {
  text-align: center;
  width:5%;
  max-width: 5vw;
} 

@media only screen and (max-width: 600px) {
    /* Styles applied to screens with a width of 600px or more */  
  .date, .medium, .artist{
    display:none;
  }
}

.title {
  width:20%;
}

.artist {
  width:15%;
}

.notes {
  width:50%;
}
  

 