body {
    background-image: url('/images/Background5.jpg');
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.screenshot-row {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 4px;
    width: 100%;
    text-align: left !important;
}

.screenshot-row img {
    width: 340px !important;
    max-width: 340px !important;
    height: auto;
    flex: 0 0 auto;
}

.big-button {
    padding: 15px 20px;
    font-size:1.25rem;
	color: #000;
    border-radius: 22px; 
    border-color: #000;
}

.big-button:hover {
    background-color: #a7ffff;   /* light cyan */
 }

h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #222;
}

h2 {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #444;
}

h4 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
    color: #555;
}

p {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.8rem;
    color: #555;
}

ul {
    margin: 0 0 1rem 1.2rem;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #555;
}





