html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #1A1C1E;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;


}

img {
  width: 306px;
}

.title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}

.subtitle {
  color: #36393F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 510px;
}

.subtitle p {
  display: inline;
  margin: 0;
}

.subtitle a {
  display: inline;
  color: #0068E0;
  text-decoration: none;
}

.description {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 100px;
}

.description p {
  color: #676D78;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.description a {
  margin-left: 5px;
  color: #0068e0;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}


.description a:hover,
.subtitle a:hover {
  text-decoration: underline;
}