html,
body {
  height: 100%;
}

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-academy {
  max-width: 330px;
  padding: 15px;
}

.form-academy .form-floating:focus-within {
  z-index: 2;
}

.form-academy input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.title-section {
  max-width: 460px;
}

.text-headline-primary {
  background-color: #a45fef;
  color: white;
  padding: 3px;
  border-radius: 5px;
}

.text-sub-headline-primary {
  background-color: #eedef8;
  color: white;
  padding: 3px;
  border-radius: 5px;
}

.text-headline-secondary {
  background-color: #30b8fe;
  color: white;
  padding: 3px;
  border-radius: 5px;
}

.text-sub-headline-secondary {
  background-color: #dbeeff;
  color: white;
  padding: 3px;
  border-radius: 5px;
}

.text-headline-third {
  background-color: #fb8b1b;
  color: white;
  padding: 3px;
  border-radius: 5px;
}

.text-sub-headline-third {
  background-color: #fed6d3;
  color: white;
  padding: 3px;
  border-radius: 5px;
}

.text-headline-forth {
  background-color: #fecf32;
  color: white;
  padding: 3px;
  border-radius: 5px;
}