body{
    background-color: #f8e7f0;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.main{
    font-family: 'Roboto', sans-serif;
}
.rows{
    text-align: right;
    padding: 10px;
    margin-top:-40px;
    color: white;
    word-spacing: 70px;
    
}

.navbar{
    background-color: #6b2796;
    padding: 10px;
    position: sticky;
    top: 0px;
}
#body{
    background-color: #f8e7f0;
    height: 450px;
    padding: 10px;
    background-image: url(../images/IMG-20210429-WA0000.jpg);
    background-position: 0px;
    background-repeat: no-repeat;
}
#margin{
    margin-left: 580px;
}
#button{
    width: 150px;
    height: 40px;
    border-radius: 8px;
    color: white;
    background-color: #6b2796;
    margin-left: 80%;
    font-size: large;
}
#slides{
    background-color: #800080;
    color: white;
    height: 270px;
    padding: 10px;
    text-align: center;
    width: 98.6%;
}
.p1{
    border: 1px solid black;
    border-radius: 5px;
    width: 60%;
    height: 150px;
    padding: 10px;
    background-color: white;
    color: black;
    margin-left: 33%;
}
.p1:hover{
    background-color: skyblue;
}
.span1{
    color: blueviolet;
    text-align: center;
}
.imagelogo{
    margin-bottom: 35px;
    display: block;
}
.span2{
    font-size: smaller;
    font-weight: bold;
}
.cards{
    display:inline-block;
    margin-inline: -90px;
}
#card{
    width: 90%;
}
.para1{
    margin-left: 270px;
    margin-top: 80px;
    text-align: justify;
    width: 65%;
}
.para2{
    width: 80%;
    margin-left: 300px;
    margin-top: 100px;
    text-align: justify;
}
#m1{
    margin-right: 250px;
}
#last{
    margin-top: 300px;
    margin-left: 300px;
    text-align: justify;
    width: 64%;
}
.footer{
    background-color: #6b2796;
    height: 200px;
    color: white;
    padding: 20px;
    font-size: small;

}
.table{
    margin-left: 290px;
    margin-top: -20px;
}
.top{
    margin-top: 50%;
}
a:link{
    color: white;
    text-decoration: none;
}
#table{
    margin-left: 290px;
    margin-top: -50px;
}
#footer{
    background-color: #6b2796;
    height: 180px;
    color: white;
    padding: 30px;
    font-size: small;
    margin-top: 45px;
}
#images{
    margin-top: 80px;
    margin-left: 250px;
}
.imgg{
    margin-left: 200px;
}
.cont{
    margin-left: 150px;
}
#contactus{
    height: 200px;
}
#iframe{
    margin-bottom: -50px;
}
#Gphotos{
    padding: 23px;
    margin-bottom: -50px;
}
a:visited{
    color: white;
}
a:hover{
    color: red;
    background-color: sandybrown;
}
li{
    list-style-image: url(../images/right-arrow.png);
}
.copyright{
    background-color: #800080;
    height: 50px;
    margin-top: -20px;
}
#right{
    color: blue;
}
#footp{
    color: white;
    text-align: center;
    padding: 13px;
}