body {
    /*background-color: #7BC8E2;*/
    font-family: "DM Sans", sans-serif;
}

h1,h2 {
    font-weight: bold;
    position: relative;
}

.container {
    display: flex;          /* make it a flex container */
    justify-content: center;/* center horizontally */
    align-items: center;    /* center vertically */
    min-height: 100vh;      /* take full viewport height */
    flex-direction: column; /* optional: stack items vertically */
    text-align: center;     /* optional: center text inside */
}
.logo {
    height: 40px;
}

.text-large {
    font-size: 30px;
    line-height: 0rem;
}

.mt-xl {
    margin-top: 50px;
}
.text-border::after {
    content: "";
    width: 150px;
    background-color: #FFDB5C;
    height: 12px;
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 8px;
}
.screens-img {
    max-width:800px;
    width: 100%;
}

.download-logos {
    margin-top: 50px;
    height: 100%;
}

.download-logos img {
    height: 50px;
}

.text-sm {
    max-width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}

.mb-xl {
    margin-bottom: 50px;
}
