body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.section {
    width: 100%;
    min-width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    padding-top: 4rem;
    margin-top: -4rem;
}

.section—first {
    height: 100vh;
}

.section:nth-child(even) {
    background-color: #fff;
}

.container2 {
    padding: 20px 0px 0px 0px;
    text-align: Left !important;
    min-height: 100vh;
    height: 100%;
}

.listnav {
    text-align: Left !important;
    font-size: 50rem !important;
    width: 100%;

}

.container2 ul {
    list-style-type: none;
    padding: 20px 0px;
    display: inline-flexbox;

}

.container2 ul li {
    width: 150px;
    display: inline-flex;
    padding: 1px 1px;
    text-align: Left;
}


.containerX {
    margin: 50px auto 50px;
}

.number {
    background: white;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width=270px;
    height=100px;
}

.number2 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: white;
    width=270px;
    height=100px;
}

.center {
    text-align: center;
   color:#fff;
}

.card{
    align-items: center;
    text-align: center;
}

img{
    align-items: center;
}

