body{
    background-image: url(plum.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 2000px;
    background-position: center;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.navbar{
display: flex;
justify-content: center;
align-items: center;
background-color:rgb(248, 158, 221);
position: sticky;
top: 0;
}
.navbar ul{
display: flex;
list-style: none;
margin: 20px 0px;
}
.navbar ul li{
font-family: century;
font-size: 1.1rem;
font-weight: bold;
}
.navbar ul li a{
text-decoration: none;
color: rgb(158, 9, 14);
padding: 10px 40px;
transition: all .5s ease;
}
.navbar ul li a:hover{
background-color: aliceblue;
color: rgb(11, 11, 11);
box-shadow: 0 0 10px;
}
.img1{
border-style:double;
border-radius: 80px;
border-width: 50px;
height: 700px;
width: 700px;
}
.img2{
border-style: double;
border-radius: 80px;
border-width: 50px;
height: 700px;
width: 700px;
}
.img3{
border-style: double;
border-radius: 80px;
border-width: 50px;
height: 700px;
width: 700px;
}
.img4{
border-style: double;
border-radius: 80px;
border-width: 50px;
height: 700px;
width: 700px;
}