section {
padding: 20px;
width: 160px;
border: 5px double blue;
color: blue;
font-size: 200%;
text-align: center;
font-weight: bold;
border-radius: 10px 20px 0 20px;
box-shadow: 3px 3px 4px 4px red;
}