.story{
    font-family: arial;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    color: blue;
}
.vic{
    font-size: 14px;
    font-family: arial;
    padding: 10px;
    background-color: rgba(80, 231, 42, 0.781);
    border-radius: 10px;
    
}

.link{
    margin-left: 30px;
    margin-top: 50px;
    font-weight: bold;
}

.link :hover{
    color: green;
}

.moving{
    font-size: 16px;
    color: green;
    border-style: solid;
    border-top-color: black;
    border-bottom-color: black;
    border-left-style: none;
    border-right-style: none;
    padding: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 10%;
}