body {
    font-family: Helvetica;
    background: linear-gradient(270deg, #134864, #40bcda);
    background-size: 400% 400%;
    -webkit-animation: positive-background-animation 22s ease infinite;
    -moz-animation: positive-background-animation 22s ease infinite;
    -o-animation: positive-background-animation 22s ease infinite;
    animation: positive-background-animation 22s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    padding: 4rem 0;
    text-shadow: 0 5px 10px rgb(18 72 99 / 25%), 0 3px 3px rgb(18 72 99 / 25%);
    color: white;
}
.container {
    max-width: 320px;
}
.container img {
    /* width: 32vw;
    height: 32vh; */
    width: 80%;
    height: auto;
}
h1 {
    color: white;
    font-family: Helvetica Bold;
    text-align: center;
    margin-top: 1rem;
}
form {
    margin: 3rem 0;
}
address {
    font-style: normal;
    text-align: center;
    color: white;
}

h2 {
    margin-top: 3rem;
    text-align: center;
    margin-bottom: 1rem;
}

address a {
    color: inherit;
}
address a + p {
    margin-top: 8px;
}

address p {
    margin: 0;
}
address span {
    margin: 0 0.6rem;
}
ul {
    padding: 0;
    list-style: none;
    /* text-align: right; */
    text-align: center;
    color: white;
    font-family: Helvetica;
}

ul li {
    margin: 0.3rem 0;
}
ul li a {
    color: white;
}
form label {
    display: block;
    color: white;
    font-size: 14px;
}
.newsteller-input-wrapper {
    margin-top: 0.5rem;
    display: flex;
    box-shadow: 0 5px 10px rgb(18 72 99 / 15%), 0 3px 3px rgb(18 72 99 / 15%);
}
.newsteller-input-wrapper input {
    flex-grow: 1;
    padding: 0.5rem 2rem;
    font-size: 14px;
    background-color: #fff;
    border: none;
}
.newsteller-input-wrapper input::placeholder {
    font-family: Helvetica;
    font-size: 14px;
}
.newsteller-input-wrapper input:focus {
    outline: none;
}
.newsteller-input-wrapper button {
    color: #fff;
    background-color: #40bcda;
    display: inline-block;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.8rem 2rem;
}
.newsteller-input-wrapper > button:focus {
    outline: none;
}
@media only screen and (min-width: 768px) {
    body {
        height: 100vh;
        padding: 0;
    }
}
.modal-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal {
    background-color: rgb(245, 245, 245);
    padding: 3rem 2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 10px rgb(18 72 99 / 25%), 0 3px 3px rgb(18 72 99 / 25%);
    background-image: url('./assets/positive-white.svg');
    background-position: left top;
    position: relative;
}
.modal button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 1rem;
    margin: -1rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
}
.modal button::before {
    content: '\2715';
}
.modal p {
    color: #134864;
    text-shadow: none;
    margin-top: 2rem;
}
.modal.error p {
    color: rgba(169, 3, 3, 0.831);
}

@font-face {
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/543487549-629302979-HelveticaNeueLTStd-Roman.eot');
    src: url('./fonts/543487549-629302979-HelveticaNeueLTStd-Roman.eot?#iefix')
            format('embedded-opentype'),
        url('./fonts/543487549-629302979-HelveticaNeueLTStd-Roman.svg#HelveticaNeueLT Std')
            format('svg'),
        url('./fonts/543487549-629302979-HelveticaNeueLTStd-Roman.woff')
            format('woff'),
        url('./fonts/543487549-629302979-HelveticaNeueLTStd-Roman.ttf')
            format('truetype');
}
@font-face {
    font-family: 'Helvetica Bold';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/106048584-816223145-HelveticaNeueLTStd-Bd.eot');
    src: url('./fonts/106048584-816223145-HelveticaNeueLTStd-Bd.eot?#iefix')
            format('embedded-opentype'),
        url('./fonts/106048584-816223145-HelveticaNeueLTStd-Bd.svg#HelveticaNeueLT Std')
            format('svg'),
        url('./fonts/106048584-816223145-HelveticaNeueLTStd-Bd.woff')
            format('woff'),
        url('./fonts/106048584-816223145-HelveticaNeueLTStd-Bd.ttf')
            format('truetype');
}

@-webkit-keyframes positive-background-animation {
    0% {
        background-position: 0% 51%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 51%;
    }
}
@-moz-keyframes positive-background-animation {
    0% {
        background-position: 0% 51%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 51%;
    }
}
@-o-keyframes positive-background-animation {
    0% {
        background-position: 0% 51%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 51%;
    }
}
@keyframes positive-background-animation {
    0% {
        background-position: 0% 51%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 51%;
    }
}
