//Layout
.main-widget {
  display: block;
  height: 100%;
  width: 100%;
  background: white;
}

.content {
  display: grid;
  grid-template-columns: 250px auto;
  gap: 30px;
}

main {
  margin-top: 30px;
}

header {
  background: #121F36;
  color: white;
  box-shadow: 0 5px 5px -5px #333;
  padding: 1px 15px;
  font-size: 20px;
}