.body{
  background-color:linen;
}

.link {
    color:darkolivegreen;
    margin-top:center;
    text-align: center;
    font:25px Arial; 
}

.h2 {
  color: darkolivegreen;
  text-align: center;
  margin-top:center;
  font: 65px "Brush Script MT", cursive;
  text-decoration:underline black 5px;
} 
    
.text{
    Border-style:ridge;
    border-color:darkolivegreen;
    border-width:80% center;
    font:arial 35px;
    Overflow:auto;
    line-height:30px
}
.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;
}