body{
    color: white;
    background-image: linear-gradient(12deg , rgb(1, 1, 175), rgb(0, 0, 109), rgb(0, 0, 39));
    overflow: hidden;
}
.contact{
    position: relative;
    left: 1100px;
    bottom: 90px;
    border: 2px #2376fc solid;
    border-radius: 12px;
    color: white;
    background-color: #3B85FC;
    width: 90px;
    height: 30px;
    font-weight: 600;
    cursor: pointer;
}
.contact:hover{
    border: 2px #2376fc solid;
    background: black;
    color: #2376fc ;
}
.list{
    list-style-type: none;
}
.comm{
    position: relative;
    left: 710px;
    bottom: 67px;
    cursor: pointer;
}
.serv{
    position: relative;
    left: 620px;
    bottom: 49px;
    cursor: pointer;
}
.about{
    position: relative;
    left: 550px;
    bottom: 32px;
    cursor: pointer;
}
.sign{
    position: relative;
    left: 460px;
    bottom: 15px;
    font-weight: bold;
    cursor: pointer;
}
.logo{
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.b{
    color: #3B85FC;
}
.head1{
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    left: 60px;
    bottom: 50px;
}
.e{
    color: #3B85FC;
}
.para1{
    position: relative;
    left: 60px;
    bottom: 65px;
    color: rgb(163, 158, 158);
}
.start{
    position: relative;
    bottom: 490px;
    left: 100px;
    border: 2px #2376fc solid;
    border-radius: 12px;
    background-color: #3B85FC;
    color: white;
    font-weight: 600;
    height: 40px;
    cursor: pointer;
}
.start:hover{
    border: 2px #2376fc solid;
    background: black;
    color: #2376fc ;
}
.boy{
    width: 460px;
    height: 460px;
    position: relative;
    left: 700px;
    bottom: 350px;
}
.dot{
    position: relative;
    bottom: 420px;
    right: 10px;
}
.line{
    position: relative;
    bottom: 910px;
    left: 1000px;
    height: 200px;
}
.head2{
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    bottom: 750px;
    left: 450px;
}
.hero{
    position: relative;
    left: 40px;
}
.para2{
    position: relative;
    bottom: 790px;
    left: 450px;
    color: rgb(163, 158, 158);
}








