body {
    font-family: 'Arial', sans-serif;
    background-color: #fff5f5;
}

.hero {
    background-image: url('background.jpg');
    background-size: cover;
    background-position: center center;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 3rem 1.5rem;
}

iframe {
    width: 100%;
    height: 300px;
    border: none;
}

.card {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.frame-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
