@keyframes animatedBackground {
    0% { background-position: 0% 60%; }
    50% { background-position: 100% 60%; }
    100% { background-position: 0% 60%; }
}


#welcome {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 48px;
}

#share {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 18px;
}

body {
    background: linear-gradient(150deg, rgba(21,32,26,1), rgb(38, 56, 46), rgba(116,106,98,1), rgb(58, 51, 45));
    background-size: 200% 200%;
    animation: animatedBackground 5s ease-in-out infinite;
    color: white;
    font-family: 'Asap Condensed', sans-serif;
    overflow-y: auto;
    background-attachment: fixed;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.container22 {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.share-container {
    max-width: 800px;
    margin-top: -20px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

h1 {
    text-align: center;
    padding: 20px 0;
}

#description {
    font-family: 'Courier New', monospace;
    margin-bottom: 20px;
}

#description2 {
    font-family: 'Courier New', monospace;
    font-size: 8pt;
    margin-bottom: 20px;
}

.images-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.images-row img {
    width: calc(26% - 10px);
    height: auto;
    margin-top: 20px;
}

.lang-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.container img {
    max-width: 20%;
    height: auto;
}

.button-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.container .mockup {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#faq {
    border: 1px solid white;
    padding: 20px;
    margin: 20px 0;
}

#designn {
    border: 1px solid white;
    padding: 20px;
    margin: 20px 0;
}

#imprintt {
    padding: 20px;
    margin: 20px 0;
        font-family: 'Courier New', monospace;
    margin-bottom: 0px;
}

#imprinttt {
    padding: 20px;
    margin: 20px 0;
        font-family: 'Courier New', monospace;
}

.ld-custom-button-container a button {
    margin-top: 15px;
    border: 2px solid #000000;
    box-shadow: 8px 8px 0 0 #000000;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    min-width: 120px;
    flex: 1;
}

a {
    color: #0345B3;
    text-decoration: none;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

button {
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    color: #000000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding: 10px 24px;
    transition-duration: 0.4s;
}

.ld-custom-button-container a button:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translate(4px, 4px);
    box-shadow: 4px 4px 0 0 #000000;
}

.ld-custom-button-container a button:active {
    transform: translate(4px, 4px);
    box-shadow: 4px 4px 0 0 #000000;
}

.horizontal-line-container {
    display: flex;
    justify-content: center;
}

.horizontal-line {
    border-top: 1px solid #948373;
    width: 80%;
    margin: 20px 0;
}

#additional-text p {
    font-family: 'Courier New', monospace;
}

#download-header {
    margin-bottom: 10px;
}

@media (max-width: 375px) {
    .ld-custom-button-container a button {
        min-width: 80px;
        font-size: 12px;
        padding: 5px 10px;
    }
}