@font-face {
  font-family: Applegaramond;
  src: url('../fonts/AppleGaramond-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #e7e7e7;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block {
  width: 500px;
  position: fixed;
  inset: 10% auto auto 5%;
}

.paragraph {
  color: #000;
  font-family: Applegaramond, Georgia, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.link {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.div-block-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #fff9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 1px 1px #fff, 0 1px 1px #0000000d;
}

.div-block-2:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px #0000001a;
}

.image {
  width: 100px;
  max-width: 120px;
  margin-right: 15px;
}

.div-block-3 {
  border-top: .5px #000;
  margin-top: 40px;
  padding-top: 40px;
}

.text-block {
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  color: #00000080;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-span {
  font-size: 90px;
}

.image-2 {
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .body {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block {
    width: 90%;
    margin-top: 100px;
    position: relative;
    top: auto;
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    font-size: 17px;
    line-height: 27px;
  }
}


@font-face {
  font-family: 'Applegaramond';
  src: url('../fonts/AppleGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}