body{
    background-color: #000000;
}
.header-text h1{
color: white;
font-size: 75px;
margin-top: 10%;
margin-left: 5%;
font-family: Arial, bold;
    text-shadow: 
            0 0 10px #fff,
            0 0 20px #fff,
            0 0 40px #fff;  

}
.header-text p{
color: rgb(87, 86, 86);
font-size: 30px;
margin-left: 5%;
font-family: Arial, sans-serif;
}
.buttons .btn{
    background: linear-gradient(to right, #4b19ff, #7621ff);
    box-shadow: 0 0 10px rgba(75, 25, 255, 0.5), 0 0 20px rgba(75, 25, 255, 0.3), 0 0 40px rgba(75, 25, 255, 0.2);
    color: white;
    margin-left: 7.5%;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;    
    border-radius: 15px;
    border: none;       
    outline: none;      
}