@font-face {
  font-family: bellefair;
  font-style: normal;
  font-weight: 400;
  src: local('Bellefair'), url(Bellefair-Regular.woff) format('woff')
}

body {
  font-family: 'Bellefair', sans-serif;
  font-size: 20px;
  background-color: #eef4e2;
  letter-spacing: 0.4em;
  line-height: 1.3em;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow-y: scroll;
}

.content {
  width: 70%;
  height: 100%;
  padding-top: 4rem;
}

.flower-top {
  position: fixed;
  width: 15%;
  top: 0;
  left: 85%;
}

.flower-bottom {
  position: fixed;
  width: 15%;
  bottom: 0;
  right: 85%;
}

.welcome {
  letter-spacing: 0.3em;
  line-height: 2em;
  font-size: 13px;
}

.date {
  margin: 1em 0;
  font-size: 15px;
}

@media only screen and (min-width: 800px) {
  .content {
    width: 560px;
  }

  .flower-top {
    width: 13%;
    margin-left: 87%;
    left: 0;
  }

  .flower-bottom {
    width: 15%;
    right: 0;
    margin-right: 85%;
  }

  .welcome {
    font-size: 18px;
  }

  .date {
    font-size: inherit;
  }
}

.button {
  padding: 1em 0.6em 1em 1em;
  display: inline-block;
  border: 1px solid black;
  border-radius: 3px;
  margin-top: 2em;
  margin-bottom: 5em;
  font-size: 15px;
  letter-spacing: 0.3em;
}

.button:hover {
  background-color: #e4eed1;
}

.title {
  font-size: 22px;
  padding: 8px;
  margin: 0.5em;
  margin-top: 2em;
}

.bread-text {
  letter-spacing: normal;
}
