body {
    background-color: #000000c2;
    border-radius: 15px;
    color: white;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.container {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5%;
}

.background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hoverlay {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
}

.hoverlay p {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
}

.hoverlay h1 {
    margin-bottom: 0;
}

.h1h {
    margin-top: 16px;
}

.p1 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.imgp1 {
    max-width: 35%;
    margin-left: auto;
    margin-right: 2.5%;
    margin-top: 20px;
    border-radius: 10px;
}

.hpre {
    margin-top: 15px;
}

h1 {
    margin-left: 0;
}