html,
body {
  margin: 0;
  padding: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-image: url('./img/bg-new.jpg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}

.content {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  background-color: rgba(215, 236, 248, 0.8);
  border-radius: 10px;
}

.content-img {
  margin: 0 auto 10px auto;
}

.content-line {
  margin: 10px 0;
  padding: 0 10px;
  font-size: 20px;
}

.center {
  text-align: center;
}

.font24 {
  font-size: 24px;
}

.title {
  margin: 0 0 10px 0;
  padding: 0;
}

.no-title {
  margin: 0 10px 10px 10px;
  padding: 0 0 14px 0;
}