#wrapper {
   background: #F5F2ED; 
   padding:56px 16px
}
#logo-wrapper {
    display: flex;
    padding-bottom: 27.42px;
}

#logo-wrapper img {
    margin: auto;
}

#instructions-wrapper {
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 48px;
}
#header-wrapper h1{
    color: var(--Foundation-Green-Dark, #2C6829);
    text-align: center;
    font-family: Barlow;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
#header-wrapper h2{color: var(--Foundation-Green-Normal, #97C100);
    text-align: center;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

#description-wrapper {
    display: flex;
    flex-direction: column;
    height: 200px;
    padding: 27px 21px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 24px;
    background: #F9FAFB;
    color: #767E8B;
    text-align: center;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;

}

#description-wrapper h3 {
     margin: 0;
}

#button-wrapper button {
    display: flex;
    width: 100%;
    height: 141px;
    padding: 19px 61px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 24px;
    background: var(--Foundation-Green-Normal, #97C100);
    color: #FFF;
    font-family: Barlow;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}