body {
  background: url(../img/1.png) 50%;
  color: #e8e9c9;
  /* font-family: "Bitcount Prop Single", system-ui; */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
h1 {
  text-align: center;
}
.main_logo {
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
  border: 3px solid transparent;
  border-radius: 50%;
}

.main_info p {
  text-align: center;
}

.link {
  display: flex;
  align-items: center;
  background-color: rgba(78, 89, 74, 0.7);
  height: 30px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid black;
  border-radius: 20px;
  transition: transform 0.5s ease;
}

.link:hover {
  transform: scale(1.1);
  background-color: rgba(78, 89, 74);
}

a {
  text-decoration: none;
  color: #e8e9c9;
}

.media_logo {
  width: 60px;
  height: 40px;
}

.media_logo_2 {
  width: 55px;
  height: 28px;
}
