html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
  padding: 90px 90px 0px;
}

.row {
  max-width: 800px;
  margin: auto;
  margin-bottom: 128px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.small-logo {
  height: 100px;
}

.navbar-menu {
  display: flex;
  gap: 32px;
}

.navbar-menu-item {
  list-style-type: none;
}

.navbar-menu-link {
  color: black;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-style: solid;
}

.navbar-menu-link:hover {
  text-decoration-style: dotted;
}

.logo {
  display: block;
  margin: 0 auto;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  gap: 40px;
}

.contacts-list a {
  color: black;
  align-self: center;
}

.contacts-list p {
  margin: 0;
}

.contacts-list-item {
  list-style-type: none;
}

.contacts-list-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

footer {
  margin-top: 180px;
}

hr {
  border-top: 3px solid black;
  margin: 32px 0;
}

h1 {
  font-size: 96px;
  font-weight: lighter;
}
