body{
    background: white;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    margin-top:20px ;
    max-width: 1280px;
    width: 90%;
}

.head-text {
    font-size: 40px;
    letter-spacing: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
}

/* height: fit-content; */
.neu{
    min-width: 200px;
    background: white; /* #dde1e7; */
    border-radius: 25px;
    box-shadow: 3px 3px 5px #ffffff70, -3px -3px 15px #00000070;
}

.neu-in{
    background: white; /* #dde1e7; */
    border-radius: 25px;
    box-shadow: inset 3px 3px 5px #ffffff70,inset -3px -3px 15px #00000070;
}