* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

:root {
  font-family: 'Inconsolata';
  font-size: 18px !important;
}

.content {
  margin: 2rem;
  max-width: fit-content;

  display: flex;
  flex-direction: column;
}