@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');


html {
    height: 100%;
}

body {
    background-color: #4169E1 !important;

}

header {
    text-align: center;
    min-height: 100%;
    height: 100%;
}


footer, .headline {
    font-family: DM Sans; 
    /*  font-family: "inter-variable", sans-serif;
    font-feature-settings: "salt", "kern", "cv05", "cv11", "ccmp"; */
}

article {
    padding: 80px;
}

.headline {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.75em;
}

.a {
    font-weight: 600;
    color:#4169E1;
    background-color: #172554;
    border-radius: 50px;
    padding: 0px 20px 0px 20px;
    border:4px solid #172554;

}

/* .a {
    font-weight: 600;
    color:#4169E1;
    background-color: #FFD6E9;
    border-radius: 20px 20px 0px 0px;
    padding: 0px 20px 0px 20px;
    border-bottom: 5px solid #FFF;
} */

.b {
    border:4px solid #FFF;
    border-radius: 100px;
    padding: 0px 20px 0px 20px;
}
.c {
    border:4px solid #FFF;
    border-radius: 100px;
    padding: 10px 40px 10px 40px;
    font-size:34px;
    line-height: 124px;
}
.d {
    border:4px solid #FFF;
    border-radius: 100px;
    padding: 25px 40px 25px 40px;
    font-size:34px;
    line-height: 124px;
}
.i {
  border:4px solid #FFF;
     color:#FFF;
     background-image: url('a.jpeg');
     border-radius: 100px;
     padding: 0px 80px 0px 80px;
     width: 100px;
     text-indent: -9999px;
}

.zave-logo-footer {
    height: 24px;
}

.store {
    height: 48px !important;
    margin-right: 10px;
}