body {
    background-color: white;
    font-family: Helvetica;
    background-image:  url("css_lace009.gif");
    background-repeat: repeat-x;
    background-position: top;
}

#base-container {
  grid-template-columns: repeat(2, 1fr); 
  display: grid;
  justify-content: center;
  padding: 100px;
  margin: 100px;
  margin-top: 10px;
}

#header-image {
    grid-column: span 2;
    width: auto;
    height: auto;
    margin: 10px;
    padding-right: 10px;
    color: black;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#navigation {
  display: flex;
  flex-direction: column;
  background-color: #ebfaf8;
  margin: 20px;
  padding: 20px;
  width: 150px;
  border-radius: 5px;
  text-align: center;
  border-width: 7px; 
  border-style: solid;
  border-image: url("https://i.imgur.com/8xftJ3v.gif") 7 fill round;
}

h1, h2 {
  margin: 0;
}

h3 {
  padding-bottom: 10px;
  margin: 0;
}

#navigation ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.solid {
  border: none; 
  border-top: 1px solid #9e6c51;
  margin: 5px;
}

#all-status {
  grid-template-columns: repeat(2, 1fr); 
  display: grid;
  justify-content: center;
  margin: 20px;
  padding: 10px;
  width: 900px;
  height: auto;
  border-radius: 5px;
  gap: 10px;
  border-width: 7px; 
  border-style: solid;
  border-image: url("https://i.imgur.com/8xftJ3v.gif") 7 fill round;
}

#recent-activity-header {
  grid-column: span 2;
  margin: 10px;
  padding-left: 10px;
}

#dramas-status {
  grid-template-columns: repeat(2, 1fr); 
  background-color: #ebfaf8;
  text-align: center;
  line-height: 0.7;
  padding: 20px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #9e6c51;
  padding-bottom: 10px;
}

.drama-1-image {
  width: 100px;
  height: auto;
  padding: 10px;
}

#films-status {
  padding-top: 20px;
  background-color: #ebfaf8;
  text-align: center;
  line-height: 0.7;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #9e6c51;
}

 /*grid-column: span 2;*/
 
#books-status {
  padding-top: 20px;
  background-color: #ebfaf8;
  text-align: center;
  line-height: 0.7;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #9e6c51;
}

#others-status {
  padding-top: 20px;
  background-color: #ebfaf8;
  text-align: center;
  line-height: 0.7;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #9e6c51;
}