.body {
  background-color: #131313;
}

.heading-loho {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.logo {
  width: 300px;
}

.photo {
  width: 1000px;
}

.main {
  justify-content: center;
  align-items: center;
  display: flex;
}


