html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#your-element-selector {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /* Ensures it stays behind the content */
}
.container {
    position: relative; /* Ensures the content is above the VANTA.NET effect */
    padding: 20px;
    color: white;
    font-family: "Times New Roman", serif;
}
h1, h3 {
    color: #ff0000;
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: aliceblue;
    font-weight: bold;
}
.disclaimer {
    margin-top: 20px;
    background: #ffffff30;
    padding: 30px;
}
.address {
    margin-top: 20px;
    padding: 30px;
}
/* Media query for smaller devices */
@media (max-width: 767px) {
    .container {
        padding: 10px;
    }
}
.title{
    text-shadow: 5px -2px 3px #f90000;
    -webkit-text-stroke-width: 1px;
    color: #ffffff;
}
.a_text{
    text-decoration: none;
    color: #ffffff;
}
.cont-main h6 {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    color: #3bff73;
    line-height: 1.7;
}
.add p {
    font-size: 18px;
}
ul.lists li {
    font-size: 19px;
}
li.dark {
    color: #fff300;
}