/* Nati Almaliah & Tamir Zilberman */
.story {
    text-align: left;
    padding: 20px;
    margin: 100px auto;
    max-width: 40%;
    /*border: 1px solid #00000063;*/
    background-color: #e6eee9;
    border-radius: 30px;
    line-height: 1.5;

}

.story h1 {
    text-shadow: 6px 9px lightgrey;
    padding: 10px;
    text-align: center;

}

.story a {
    text-decoration: none;
    color: darkred;
    font-weight: bold;
    margin: 0 auto;
}

.story a[href^="mailto"]:hover:after {
    content: " > " "ntSupport@gmail.com";
}
