
body {
  background-color: linen ;
}



u {
    font-size:20px;
    font-weight:bold;
    margin-top:10px; 
    text-shadow:1px 1px 3px rgba(0,0,0,0.3); 
}

p0{
    color: darkolivegreen;
  font-weight:bold;
  margin-top:center;
  text-align: center;
  font:100px "Brush Script MT", cursive; 
    
}

p {
    color: black;
  font-weight:bold;
  margin-top:center;
  text-align: center;
  font:15px Arial; 
    
}

u1 {
    font-size:12px;
    font-weight:bold;
    margin-top:5px; 
}

u2 {
     color: black;
  font-weight:bold;
  margin-top:center;
  text-align: center;
  font:20px Arial; 
}


.container {
    display:flex;
}
.container .box {
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#f1e3dd), to(#f1e3dd), color-stop(.1,#f1e3dd));
    border:1px solid #ccc;
    margin:50px;
    min-height:180px;
    padding:10px;
    position:center;
    width:300px;
    -webkit-border-radius: 60px 5px;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1) inset;
}    
.container .box img {  
    width:8%;
}
.container .box p {
    margin:5px 0 15px;
    text-align:justify;
}
.container .box h1 {
    font-size:15px;
    font-weight:bold;
    margin-top:5px; 
    text-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
.container .box a {
    color:#f1e3dd;
    text-decoration:none;
}
.container .box a:hover{
    color:#f1e3dd;
    text-decoration:underline;
}

    
    
