body.home{
    background-image:url(lily.png);
    background-repeat:no-repeat;
    background-size:27cm 30cm;
    background-position:center;
    padding:10px;
    margin:0px;
}
.Bar ul{
     list-style:none;
    padding: 0px;
    margin:0px;
    overflow: hidden;
    font-size:20px;
}
.Bar li{
     float:left;
}
.Bar a{
color:#000000;
    text-decoration:none;
    padding:10px;
    display: block;
    text-align:left;  
}
.Bar a:hover{
    background-color:#1591EA;
    color:white;
    border-radius:5rem;
}
.P{
  display: block;
  border-radius:60%;
  height:40%;
  width:40%;
  margin-left: auto;
  margin-right: auto;
  padding:10px;
}
h3{
    color:rgb(0, 0, 0);
    text-align: center;
    font-size:25px;
}
.Di::after{
border:1px solid;
    content:'';
    position:absolute;
    z-index:-1;
    inset:0;
    background-color:#f0e8e8;
    opacity:.3;
    height:105%;
    padding-top:40px;
    border:1px solid black;
}
.T{
    color:rgb(3, 3, 3);
    text-align: center;
    font-size:20px;
}

.R a{
    display: block;
    margin:30px;
    padding:30px 20px 20px 20px;
    border-radius:5rem;
    font-size:20px;
    background-color:#1591EA;
    text-align: center;
    text-decoration: none;
    color:rgb(0, 0, 0);
}
.R a:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    text-decoration:none;
}
.R{
    width:100%;
    height:70%;
}
body.Com{
    background-image: url(lily.png);
    background-repeat:no-repeat;
   background-position:center;
   background-size:50cm 70cm;
}
img{
    width:10cm;
    height:10cm;
    display: block;
    border-radius:2.5%;
}
img{
    padding:0px;
    padding-top:10px;
    margin-left: auto;
    margin-right: auto;
}
.G{
     width:10cm;
    height:12cm;
    display: block;
    padding:0px;
    padding-top:30px;
    margin-left: auto;
    margin-right: auto;
}
.H{
    text-align: center;
}
.Q{
    text-decoration: none;
    color: #1591EA;
}
form.body{
    background-color: #1591EA;
}

