body{
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    text-align: center;
    padding: 20px;
}
.text-shadow
{ text-shadow: 4px 4px 10px #FF1717;
}
.round-corn{
    border-radius: 60px;
    background-color: #04AA6D;
    padding: 20px; 
    width: 400px;
    height: 300px; 
    margin: 20px auto;
    box-shadow: 19px 10px 4px 14px #ff1717;
}
.border-image{
    border: 10px solid transparent;
    padding: 15px;
    border-image: url("../images/border.png") 30 round;
    outline: 12px groove #425BFF;
    margin: 10%;
    outline-offset: 12px;   
}