 body {
      margin: 0;
      padding: 0;
      background: #fff;
    }

  img {
	  display: block;
	  width: 100%;
	  height: auto;
  }

  .top {
    width: 100%;
    min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:  20px;
  }

  .top img {
	  display: flex;
	  width: 100%;
	  margin: 0 auto;
  }

.top a {
	display: block;
	width: 25%;
}