body {
    background-image: linear-gradient(to top, #7aa1dd 1%, #a360d0 99%);
    font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed,
        sans-serif;
}

.waving {
    width: 235px;
    position: absolute;
    top: 18%;
    left: 31%;
}
.dance {
    width: 194px;
    position: absolute;
    top: 24%;
    left: 68%;
}
.thinking {
    width: 199px;
    position: absolute;
    top: 55%;
    left: 50%;
}
.sewing {
    width: 202px;
    position: absolute;
    top: 54%;
    left: 6%;
}

.container {
    width: 100%;

    height: 543px;
    background-color: #a1d7a1;
    position: absolute;
    left: 50%;
    top: 101%;
    transform: translateX(-50%) translateY(0%);
    border-radius: 41px;
}
.CommsPrices {
    text-align: center;
}

h1 {
    position: absolute;
    left: 50%;
    top: -55px;
    width: 300px;
    transform: translateX(-50%);
    background-color: #388638;
    color: #fff;
    font-weight: 100;
    border-top-left-radius: 43px;
    border-top-right-radius: 43px;
    font-size: 19px;
    text-align: center;
    padding: 8px;
    font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed,
        sans-serif;
}

.wrapper {
    padding: 23px;
}

input,
select {
    width: 80%;
    border: none;
    border-bottom: 2px solid #0074d9;
    padding: 10px;
}

input:focus,
select:focus {
    border: 1px solid #0074d9;
    outline: none;
}
.imputs {
    border-radius: 36px;
}

select {
    width: 89% !important;
}

button {
    text-align: center;
    margin: 29px auto;
    width: 311px;
    height: 40px;
    background-color: #388638;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 5px;
}

.FinalPrice {
    text-align: center;
    font-size: 18px;
    display: none;
}
