*{
    margin: 0;
}
body{
    background-color: rgba(205, 242, 205, 0.966);
}
.backimg{
    height: 650px;
    background-image: url("p1.avif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.txt{
    display: flex;
    color: black;
    text-align: left;
    flex-direction: column;
    opacity: 0.7;
}
.headtxt{
    margin-left: 10px;
    margin-top: 70px;
    color: black;
    margin-bottom: 20px;
    font-size: 90px;
    font-family: 'Times New Roman', Times, serif;
}
nav{
    position: sticky;
    margin: 0px;
    padding-top: 20px;
    background-color: black;
    display: flex;
    height: 60px;

    .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{
    margin-top: 70px;
    margin-bottom: 0px;
    height: 400px;
    display: flex;
    .btext{
        text-align: center;
        margin-left: 20px;
        width: 120%;
    }
    .img{
        width: 80%;
        margin-right: 30px;
        margin-left: 20px;
    }
}
.img img{
    height: 300px;
    border-radius: 10px;
    box-shadow: 5px 5px 4px 4px;
}
footer{
    position: relative;
    color: aliceblue;
    margin-top: 20px;
    background-color: black;
    height: 200px;
}
hr{
    color: gray;
    margin-left: 80px;
    margin-right: 80px;
    border: 1.5px solid;
}
.phone img{
    position: absolute;
    top: 40px;
    right: 690px;
    height: 30px;
}
.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;
}