@import url ("") body {
  font-family: Arial, sans-serif;
  margin-left: 330px;
  padding-left: 20px;
}
h1 {
  /*color: #333;*/
}
.section {
  margin-bottom: 20px;
}
.section h2 {
  font-size: 18px;
  /*color: #555;*/
  margin-bottom: 10px;
}
.section p {
  font-size: 14px;
  line-height: 1.5;
}
header {
  text-align: center;
}
.static-tab {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background-color: #7393b3;
}
.static-tab img {
  max-width: 100%; /* Ensure the image doesn't exceed the container width */
  border-radius: 10px;
}
