@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px;
  display: flex;
}

.div-main {
  border: 1px solid #0000000f;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo {
  width: 40px;
  height: 40px;
}

.text {
  color: #999;
  text-align: center;
  letter-spacing: -.18px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text.small {
  font-size: 14px;
  line-height: 1;
}

.bold {
  color: #666;
  font-weight: 400;
}

.div-tag {
  border: 1px solid #0000000f;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 6px 9px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.div-tag:hover {
  background-color: #f5f5f5;
  border-style: solid;
  border-color: #0000;
  transform: scale(.95);
}

.div-tag.grey {
  background-color: #f5f5f5;
  border-style: none;
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
}

.div-tag.grey:hover {
  transform: none;
}

.tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

@media screen and (max-width: 479px) {
  .body {
    padding: 20px;
  }

  .div-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}