/* style.css */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: white;
    overflow-x: hidden;
}

header {
    text-align: center;
    position: relative;
    z-index: 2;
}

main {
    position: relative;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

video {
    position: fixed ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

article {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
    max-width: 80%;
    margin: 0 auto;
}

.main-text {
    font-size: 1.5em;
    margin-bottom: 20px;
}

button {
    background-color: #32443d;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #454ba0;
}

a {
    color: white;
    text-decoration: none;
}

footer {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
}
div {
    height: 50px; 
   background-color: rgba(0, 0, 0, 0.44);
    background-attachment: fixed;
    text-align: left;
    padding-left: 20px;
    padding-top: 25px;
    font-family:  Arial, sans-serif;
}
pre {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

.a1 {
    padding-left: 100px;
}
span{
    font-weight: 900;
}