body {
position: relative;
overflow-x: hidden;
margin: 0;
padding: 0;
background: #F097B7;
background: linear-gradient(207deg, rgba(240, 151, 183, 1) 0%, rgba(230, 115, 165, 1) 100%);
background-attachment: fixed;
}
.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 100px;
    border-radius: 50px;
    background: #5C7E58;
    background: linear-gradient(2deg, rgba(92, 126, 88, 1) 0%, rgba(118, 163, 109, 1) 100%);
    padding: 30px;
    width: 300px;
    box-shadow: 10px 15px 0 #375a33;
    border: 3px ridge #4d8d46;
    
}
h2 {
    font-family: 'Afacad flux';
    text-align: center;
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: -5px;
    color: rgb(233, 247, 160);
    text-shadow: 2px 2px 0 #21491d;
}

b {
    color: #ffffff;
}

h3 {
    font-family: 'Host Grotesk';
    text-align: center;
    margin-top:0;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 0px #000000;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 200;
}
p {
    font-family: 'afacad flux';
    font-weight: 400;
    text-wrap: balance;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
u {
    text-decoration-color: rgb(234, 255, 123);
    text-underline-offset: 3px