section {
    margin-bottom: 5rem;
}

.greeting {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding-top: 5rem;
}
.greeting h1 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    color: #fdad54;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px;
    text-align: center;
    margin-bottom: 3rem;
    -webkit-text-stroke: 0.01rem #fff;
}

.greeting p {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.7rem;
    color: #292c2f;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
    text-align: center;
    line-height: 1.4;
}
.block {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: -0.0625rem -0.0625rem 0 #ffffff,
        0.0625rem 0.0625rem 0 #cccccc,
        0.065rem 0.05rem 0.7rem #90b7f2af inset,
        -0.5rem -0.5rem 0.5rem #efebdc0a inset,
        0.3rem 0.3rem 0.7rem rgb(0 0 0 / 0.3);
    padding: 5rem;
    border: #fff 0.0625rem;
    border-style: outset;
    gap: 10rem;
}
.h2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #70a7f3;
    text-shadow: -0.125rem -0.125rem 0 #ffffff, 
    0.0625rem 0.0625rem 0 #cccccc, 
    -0.325rem -0.125rem 0.5rem #90b7f2af, 
    -0.25rem -0.25rem 0.7rem #fff, 
    0.5rem 0.5rem 1rem rgb(0 0 0 / 0.3);
    text-align: start;
}
.h2 h2 {
    margin: 0;
    margin-left: 5rem;
}
.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.info h3 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: #292c2f;
    text-decoration: underline;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
    text-align: center;
}
.info p {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: #292c2f;
    text-decoration: underline;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
    text-align: center;
}
.liste {
    display: flex;
    flex-direction: row;
    gap: 10rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5rem;
    color: #292c2f;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
