body {

  background: url('images/background-stripes.png');

  margin: 0;

  color: #000;

  font-family: "Verdana", sans-serif;

  font-size: 13px;

}



#container {

  width: 950px;

  margin: 0 auto;

  border: 2px solid #000;

  background: #fff;

  box-shadow: 4px 4px 0 #000;

}



header .header-banner {

  width: 100%;

  border-bottom: 2px solid #000;

  display: block;

}



#main {

  display: grid;

  grid-template-columns: 180px 1fr 200px;

  background: #eee;

}



#sidebar {

  background: url('images/sidebar-bg.png');

  border-right: 2px solid #000;

  padding: 10px;

}



#sidebar a {

  display: block;

  color: #000;

  text-decoration: none;

  padding: 4px 0;

}



#sidebar a:hover {

  background: #ffdef5;

}



.section-title {

  font-weight: bold;

  text-align: center;

  background: #ffbdf0;

  border: 1px solid #000;

  margin: 8px 0;

  padding: 2px;

  font-family: "Courier New", monospace;

}



#content {

  background: #fff;

  border-left: 2px solid #000;

  border-right: 2px solid #000;

  padding: 10px;

}



#content h1 {

  font-family: "Courier New", monospace;

  font-size: 16px;

  color: #007bff;

}



.disc-section {

  display: flex;

  gap: 12px;

  margin-top: 10px;

  align-items: center;

}



.disc-section img {

  width: 140px;

}



#extras {

  background: #fafafa;

  border-left: 2px solid #000;

  padding: 10px;

  font-size: 12px;

}



.widget {

  margin-bottom: 15px;

  border: 1px solid #000;

  padding: 5px;

}



.widget-title {

  background: #d7bdfd;

  border-bottom: 1px solid #000;

  font-weight: bold;

  text-align: center;

}



.moon {

  text-align: center;

  padding: 5px;

  background: #000;

  color: #fff;

}



footer {

  background: #ffc7e2;

  border-top: 2px solid #000;

  text-align: center;

  padding: 5px;

  font-family: "Courier New", monospace;

  font-size: 12px;

}

