body {
  text-align: center;
  padding: 30px;
}

.logo {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.logos {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-top: 10px;
}

.button {
  /* background-color: #4caf50; */
  border: none;
  color: white;
  padding: 10px 20px;
  margin: 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 15px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}
