footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.logo {
  width: 250px; /* Установите нужный размер изображения */
  height: auto;
}
.footertext {
  text-align: center;
  margin-top: 10px;
}

