body {
  background-color: #1f153f;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.background {
  width: 100%;
  height: 100%;
  background-size: 100%;
}

.section {
  width: 100%;
  box-sizing: border-box; 
  
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;

  position: absolute;
  top: 0;
  left: 0;
}

.section-logo {
  width: 300px;
  background-size: 300px;
  margin: 40px 0;
}

.section-category {
  width: 100%;
  max-width: 60%;
}

.section-category-title {
  color: #65c1bf;
  font-style: italic;
}

.section-category-describe {
  color: #9691a7;
  font-style: italic;
}

.section-category-link {
  color: #9691a7;
}