.main-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  display: grid;
  justify-content: center;
  flex: 1;
  margin: clamp(10px, 1.56vw, 30px);
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 20px;
}

.magister-h-one {
  text-align: center;
  margin-bottom: 40px;
}

.main__header__languages-list {
  display: flex;
  list-style: none;
  column-gap: 10px;
  margin: 0;
}
