* {
  font-family: "GothamPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

sup {
  font-size: 20px;
}

.header {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header button {
  font-size: 1rem;
}

.btn {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.result {
  margin: 20px 0px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.links img {
  width: 30px;
}

.buttons {
  display: flex;
  justify-content: space-between;
}

.submit-add {
  color: white;
}

.students {
  margin-bottom: 20px;
}

.add-form .btn {
  margin-bottom: 0px;
}

@media (max-width: 600px) {
  .buttons .btn {
    font-size: 1rem;
  }

  .buttons {
    flex-direction: column;
  }


}