@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: bold;
}

body {
    text-align: center;
    background-color: #212121;
    color: #BDBDBD;
    font-family: Roboto;
    font-size: 1.1em;
    padding: 16px;
}

a {
    color: #E0E0E0;
}

p {
    text-align: justify;
}

hr {
    width: 400px;
    max-width: 100%;
    border: none;
    height: 1px;
    background-color: #D2BC90FF;
    margin-top: 24px;
}

ul {
    display: inline-block;
    text-align: left;
    list-style: none;
    margin-bottom: 0px;
}

ul li::before {
    content: "\25CE";
    color: #D2BC90FF;
    display: inline-block;
    width: 1.2em;
    margin-left: -1em;
}

h1 {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1;
    background-image: linear-gradient(135deg, #d2bc90 20%, rgb(230, 221, 193) 50%, #d2bc90 90%);
    color: #d2bc90;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    color: #E0E0E0
}

.content {
    width: 800px;
    max-width: 100%;
    display: inline-block;
}

#title-messages {
    margin-left: 4px;
    color: #E0E0E0
}

#contact-us>a {
    text-decoration: none;
}

#contact-us>a>img {
    vertical-align: middle;
    width: 40px;
    margin: 16px 4px 0px;
}

#enhancement-preview {
    width: 500px;
    border-radius: 16px;
    border: 1px solid #D2BC90FF;
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 8px;
}

#buttons-container {
    display: inline-block;
    margin-left: -16px;
    margin-bottom: -8px;
}

#buttons-container>a {
    text-decoration: none;
}

#buttons-container>a>img {
    vertical-align: middle;
}

#web-button {
    width: 124px;
    aspect-ratio: 7.5 / 3.2;
    max-width: 34%;
    border-radius: 8px;
    display: inline-block;
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
    background:
        linear-gradient(135deg, #d2bc90 20%, rgba(255, 248, 227, 0.6) 50%, #d2bc90 90%),
        #d2bc90;
    color: #42371f;
    font-size: 1.25em;
    letter-spacing: .05rem;
    font-weight: bold;
}

#web-button span {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

@keyframes shine {
    0% {
        background-position: right;
    }
}

#app-use-cases {
    text-align: center;
    margin-top: 16px;
    margin-bottom: -40px;
}

.center-text {
    text-align: center;
}

.screenshots {
    display: flex;
    flex-wrap: no-wrap;
    overflow-x: auto;
    margin-top: 28px;
}

.screenshots img {
    flex: 0 0 auto;
    width: auto;
    height: 590px;
    max-width: 100%;
    margin-right: 10px;
    border-radius: 16px;
    border: 1px solid #D2BC90FF;
}