@font-face {
    font-family: 'TT Commons';
    src: url('../fonts/tt_commons_regular-webfont.woff');
  }

.wrapper {
    max-width: 329.53px;
    height: 90vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "TT Commons";
}

.icon {
    width: 329.53px;
    height: 394.38px;
}

.title {
    color: #00b05a;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.description {
    color: #4A4A4A;
    margin-top: 16px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1px;
}
