.subscriptionContainer {
    width: 100%;
    margin: -90px auto 0;
    padding: 60px 0 20px;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

#subcribeContainer {
    display: none;
}

.subsFormCloseButton {
    width: 30px;
    position: absolute;
    right: 15;
    top: 15;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(91deg) brightness(107%) contrast(102%);
}

.subsForm {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 25px;
    background: #022D64;
    position: relative;
}

.subsForm h3 {
    color: white;
}

.subsForm form {
    display: flex;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.subsForm form input {
    flex: 1;
    padding: 10px;
    border-radius: 5px;
}

.subsSubmit {
    width: 100%;
    display: grid;
}

.subsSubmit input {
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    justify-self: flex-end;
}