* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: rgb(23, 22, 22);
  color: #E1E3E6;
  font-size: 20px;
}

h1, h2 {
  font-weight: bold;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.logo_avataria {
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #868d96;
  border-radius: 25px;
  background: brown;
  background-color: #222222;
  position: relative;
}

.box_logo {
  height: 490px;
  background-image: url("./img/avkalog.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portret {
  position: absolute;
  width: 100%;
  border-radius: 12px;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.9);
}

.box {
  position: relative;
  top: -30px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.img {
  display: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("./img/portet.jpg");
  background-size: contain;
  border: 4px solid rgba(34, 34, 34, 0.9);
}

.text {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  margin-top: 20px;
}

.text h1 {
  margin-bottom: 10px;
}

main {
  display: flex;
  margin: 30px 0;
  height: 70vh;
}

nav {
  padding: 10px 30px;
  margin-right: 40px;
  background-color: #333333;
  border-radius: 25px;
  flex: 1 0 30%;
}

.post {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(51, 51, 51, 0.8);
  border: 1px solid #868d96;
  border-radius: 25px;
  margin-bottom: 40px;
}

.img_post {
  width: 50px;
  height: 50px;
  background-image: url("./img/portet.jpg");
  background-size: contain;
  border: 1px solid #868d96;
  border-radius: 50%;
  padding: 10px;
}

.title_post {
  display: flex;
  border-bottom: 1px solid #161616;
  padding-bottom: 10px;
  margin: 10px;
}

.data_post {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.data_post h2 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.data_post p {
  font-size: 16px;
  color: #828282;
}

.text_post {
  padding: 30px 40px;
}

.text_post h2 {
  text-align: center;
  font-size: 30px;
}

.text_post span {
  color: #828282;
  font-size: 18px;
}

img {
  width: 550px;
  height: 550px;
  border-radius: 10%;
  margin:0 auto;
}/*# sourceMappingURL=style.css.map */