body {
  font-family: 'Lato', sans-serif;
}

.wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  box-sizing: border-box;
  border: solid 10px #000;
  padding: 30px;
  overflow-y:scroll;
}

.contents{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.title {
  font-size: 60px;
  letter-spacing: 1rem
}

.sns_link{
  margin: auto;
}

.ig_icon{
  width: 300px;
}

.footer{
  margin: 0.2em auto;
}

.copyright{
  font-size: 1rem;
}
