body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.65);
  margin: 20px 0;
}

h1.about-me-name {
  line-height: 1.2;
  font-size: clamp(27px, 8vw, 42px);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}
