body{
    background-color: bisque;
    
}
.banner {

    text-align:center;
    font-size:25px;
    font-style: oblique;
    color: rgb(266,0,0);
   
    
}
.top {
    text-align: center;
    font-size: 25px;
    color: black;
}


.red {
    color: #ff3933;
}
.bold {
    font-weight:bold;

}
.navbar ul {
    list-style-type: none;
    padding:0px;
    margin:0px;
    overflow:hidden;
    background-blend-mode:luminosity;
    
}
.navbar a {
    color:rgb(39, 14, 4);
    text-align:center;
    text-decoration:none;
    display:block;
    padding:25px;
    font-style: italic;
    ;

    
    
}
.navbar a:hover{
    background-color:crimson
}

li {
    display: inline;
    float: left;
    text-align: center;
    padding-left: 150px;
    word-spacing: normal;
}
.about {
    text-align: center;
    font-size: 35px;


}
.imageone {
    position:relative;
    right:auto;
    left: 25%
}
.anounce {
    text-align:left;
    
}
.announce {
    float: bottom;
}
.events {
    text-align: center;
    
}

.services {
    font-size: 15px;
    font-weight: bold;
    
}
.prayer {
    text-align: center;
    font-weight: bold;
    font-size: 10;
    line-break:initial;
}
.saved {
    text-align: center;
}
body {
    margin:0;
    width: 100vw;
    height:100vh;
    
}
.contact {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}
.head {
    text-align: center;
    font-size: 75px;
}
.address {
    text-align: center;
    font-size:50px ;
    font-weight: bold;
}