body {
  background-image: url(https://myspace.f46n.org/u/1/avatar.jpg?v=1666749996);  
}

h2 {
  font-family: Trajan Pro, sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #6f6f6f;
}

p {
  font-family: Times New Roman, Times, serif;
  font-size: 20px;
  line-height: 1.5;
  color: #6f6f6f;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.box {
  background-color: #0a539d;
  color: #ffffff;
  padding: 20px;
  font-size: 24px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0,0,0,.1);
}

.box-header {
  font-size: 36px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 10px;
}

.sidebar {
  padding: 20px;
  background-color: #0a539d;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0,0,0,.1);
  height: 100%;
  overflow: hidden;
}

.sidebar-items {
  margin-bottom: 20px;
}

.sidebar-item {
  border-bottom: 1px solid #4c4c4c;
}

.sidebar-item h2 {
  font-size: 24px;
  color: #6f6f
