
body, html {
  background-color: #0c0c0c;
}
.main-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  font-family: Fjalla one;
  width:100%
}
.main-block h1 {
  font-size: 36px;
  font-weight: 100;
}
.main-block p {
  font-size: larger;
}
.main-block div {
  margin-inline:25px;
  margin-top: 50px;
}

.crop-img {
  width:275px; 
  aspect-ratio: 0/1; 
  border-radius: 16px;
}
.company-img {
  width: 50px; 
  height: 50px;
  margin-right:10px;
  border-radius:100%;
}
.btn {
  display:flex;
  justify-content:center;
  border-radius: 16px;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  margin-bottom: 50px;
}

.btn:hover {
  color: #af4428;
  border-color: #af4428
}

.link-site {
  color: #af4428;
  text-decoration: underline;
}
