@charset "utf-8";

.main {
  text-align: center;
}

p {
  margin-top: 20px;
}

.photo {
  margin-top: 30px;
}

.btn {
  font-size: 1.5rem;
  padding: 20px 50px;
}

.photo img {
  width: 250px;
  height: auto;
}

footer {
  text-align: center;
  position:fixed;
  bottom:0;
  width:100%;
  height:5vh;
  z-index:100;
}