* {
    text-align: center;
    text-decoration: none;
    color: white;
}

header {
    left: 35%;
    color: rgb(252, 247, 247);
}

p {
    color: rgb(255, 255, 255);
}

a {
    color: rgb(12, 204, 218);
}

.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#ed {
    background: rgb(5, 5, 5);
    margin: 0%;
}

#sk {
    background: rgb(5, 5, 5);
    margin: 0%;
}

#am {
    background: rgb(5, 5, 5);
    margin: 0%;
}

#ai1 {
    background: rgb(5, 5, 5);
    margin: 0%;
}

#b1 {
    border-color: black;
    background-color: black;
}

#b2 {
    background: rgb(5, 5, 5);
    margin: 0%;
}

#b3 {
    background: rgb(5, 5, 5);
    margin: 0%;
}

#b4 {
    background: rgb(5, 5, 5);
    margin: 0%;
}

#sb {
    background-color: yellow;
    a {
        color: black;
    }
}

input {
    width: 300px;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
    border: 2px solid #333;
    border-radius: 5px;
    color: rgb(255, 0, 119);
}

.glow-text {
    font-size: 40px;
    color: white;
    text-shadow: 0 0 10px cyan, 0 0 20px rgb(241, 0, 0), 0 0 40px cyan;
}

#sendBtn {
    padding: 12px 20px;
    font-size: 16px;
    color: white;
    background: #007bff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    font-weight: bold;
    width: 180px;
    margin: 20px auto;
}

button img {
    width: 20px;
    height: 20px;
}