body {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
  background-color: rgb(251, 251, 251);
  color: #2b2b2b;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.sidebar {
  flex-grow: 1;
  background-image: url(./images/backgorund.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(251, 251, 251);
}

.sidebar a {
  color: rgb(251, 251, 251);
}

.sidebar a:hover {
  color: rgb(230, 230, 230);
}

.sidebar i {
  margin-right: 4px;
}

.language-switcher {
  position: absolute;
  top: 8px;
  left: 8px;
}

.links {
  width: 300px;
  display: flex;
  justify-content: space-between;
}

.links li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.me {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.avatar {
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.about {
  flex-grow: 2;
  flex-basis: 720px;
  padding: calc(40px + 1vw) calc(20px + 4vw);
}

.about p {
  margin-top: 24px;
  line-height: 21px;
}

.about a {
  color: #1976d2;
}

.hi {
  margin-bottom: 36px;
}

.separator::before {
  content: '...';
}

.separator {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.6em;
  line-height: 2;
}
