﻿body {
}

.image-container {
    position: relative;
    text-align: center;
    color: white;
    background-color: black;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.slidertexto {
    font-size: 3rem;
    font-weight: bold;
    z-index: 1;
}

.container {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.text-red-500 {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.text-red-500:hover {
    text-decoration: underline;
}
