body{
    margin: 0;
    background-color: rgb(130, 239, 130);
}
section{
    padding-left: 80px;

}
nav{
    position: sticky;
    margin: 0px;
    padding-top: 20px;
    background-color: black;
    display: flex;
    height: 60px;
    width: 100%;

    .logo{
        margin-left: 20px;
        width: 80%;
    }
    .navbar{
        width: 120%;
    }
}
ul{
    display: flex;
    justify-content: space-around;
    text-align: end;
}
.navbar ul a{
    color: rgba(255, 255, 255, 0.674);
    text-decoration: none;
    font-size: 20px;
}
.navbar ul a:hover{
    color: white;
    text-decoration: underline;
}
.content div{
    border-radius: 10px;
    border: 3px solid black;
    width: 30%;
}
.content{
    display: flex;
    gap: 10px;
    h2{
        color: rg;
        padding-left: 20px;
    }
    p{
        padding-left: 20px;

    }
}
.content div p{
    font-size: 17px;
    line-height: 25px;
    padding-right: 5px;
}
.content1 div{
    
    border-radius: 10px;
    border: 3px solid black;
    width: 28.5%;
}
.content1{
    display: flex;
    gap: 10px;
    padding-top: 30px;
    h2{
        padding-left: 20px;
    }
    p{
        padding-left: 20px;

    }
}
.content1 div p{
    font-size: 17px;
    line-height: 25px;
    padding-right: 5px;
}
.download {
     height: 45px;
     position: relative;
     top: 225px;
     right: 65px;
}
.download1 {
    height: 45px;
    position: relative;
    top: 225px;
    right: 65px;
}
.download2 {
    height: 45px;
    position: relative;
    top: 225px;
    right: 65px;
}
.download3 {
    height: 45px;
    position: relative;
    top: 225px;
    right: 65px;
}
.download4 {
    height: 45px;
    position: relative;
    top: 225px;
    right: 65px;
}
.content div img{
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
}
.content1 div img{
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
}
footer{
    position: relative;
    color: aliceblue;
    margin-top: 50px;
    background-color: black;
    height: 280px;
}
.phone img{
    position: absolute;
    top: 58px;
    right: 700px;
    height: 29px;
}
.footer{
    display: flex;
    justify-content: space-around;
}
.footer ul{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.footer li{
    padding-top: 10px;
    list-style-type: none;
}
.footer a{
    color: aliceblue;
    text-decoration: underline;
}
span{display: flex;
    justify-content: center;

}
span img{
    height: 40px;
    padding-top: 20px;
    padding-left: 25px;
}