body{
     background-color: #141028;
    font-family: comic sans-serif;
    height: 780px;
}
ul{
    display: flex;
    list-style: none;
    font-size: 15px;
}
li{
    margin: 30px;
    text-align: center;
    color: white;
}
span{
    color: blue;
}
h1{
    color: white;
    margin: -10%;
}
.Join{
    color: white;
    border: 2px white solid;
    padding: 25px 25px;
    border-radius: 30px;
    margin-left: 300px;
    margin-top: -1px;
    text-align: center;
    font-size: 15px;
}
.Join:hover{
       cursor: pointer;
       color: white;
}
.work{
    margin-left: 200px;
    text-align: center;
    display: flex;
}
.head{
    padding: 20px;
}
.heading{
    margin-top: 550px;
    font-size: 45px;
    color: white;
    margin: 50px; 
    text-align: left;
    margin-right: 800px;
    font-weight: bold;
}
.para{
     margin: 20px; 
    margin-left: 50px;
    color: white;
    font-size: 15px;
    text-align: left;
    letter-spacing: none;
    font-family: comic sans-serif;
}
.btn{
    background-color: rgb(37, 150 ,190);
    margin-left: 50px;
    border-radius: 50px;
    padding: 15px 15px;
    margin-right: 800px;
    color: white;
    text-align: center;
    font-size: 15px;
    border: 4px rgb(37,150,190) solid;
}
.btn:hover{
    cursor: pointer;
    color: white;
}
img{
    margin-left: 850px;
    width: 420px;
    margin-top: -400px;
}
h3{
    text-align: center;
    font-size: 70px;
    color: white;
}
p{
    text-align: center;
    color: white;
    font-size: 20px;
    margin: -20px;
}