
body{
    background:#0a0a0a;
    color:white;
    font-family:Arial, Helvetica, sans-serif;
}

section{
    padding:80px 0;
}

.hero{
    background:url("./Images/hero.webp") center/cover no-repeat;
    height:90vh;
    display:flex;
    align-items:center;

}

.hero h1{
    font-size:60px;
    font-weight:bold;
    color: rgb(131, 7, 203);
}

.hero p{
    color:rgb(162, 7, 7)
}


.card{
    background:#1a1a1a;
    border:none;
}

footer{
    background:#000;
}