body {
  font-family: "Montserrat", sans-serif;
  background: #f5f7fa;
}

.wrapper {
  display: flex;
  flex-direction:row-reverse;
  justify-content: center;
  width:min-content;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

aside {
  width: 350px;
  background: #363c3e;
}

main {
  padding-left: 40px;
  padding-right: 40px;
  width:400px;
  background-color:#9c9a9a
}

.cv-photo {
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
}

.header-secondary {
  color: #ffffff;
  font-weight: 500;
}

.header-lang {
font-weight:500;
font-size:26px;

}
.contact-links {
  color: #ffffff;
  font-size: 14px;
  line-height: 34px;
}

.bold {
  font-weight: 630;
}

.list-secondary {
  color: #fb6d3a;
  font-size: 14px;
  line-height: 34px;
  margin-left: 0px;
  margin-bottom: 50px;
  padding-left: 0px;
  list-style-position: inside;
}
.list-secondary-item {
  color: #ffffff;
}

.contact-block {
  margin-top: 51px;
  margin-left: 40px;
}

.lekcje-block {
  margin-top: 47px;
  margin-left: 40px;
}


.main-description {
  width:fit-content;
}


.school-name {
  font-weight:500;
  font-size: 42px;

}

.list-primary-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  text-decoration: none;
}

.opisy {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 20px;
}

.link-facebook {
  color:rgb(239, 243, 235);
  font-size: 20px;
}

.prawa {text-align: center;

}