
.information{
    background-color: white;
    height: 100px;
    position: relative;
    margin-top: 30px;
}

.information-bar{
    float: left;
    width: 330px;
    height: 100px;
    margin-left: 100px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 3px 3px 3px black;
    transition: 0.4s;
}

.information-bar:hover{
    box-shadow: none;
}

.animation-i{
    padding-top: 20px;
    font-size: 25px;
    color: turquoise;
}

.animation--text{
    margin-top:10px ;
}

.hour-old{
    color: rgb(0, 156, 104);
}

.hour-aft{
    color: rgb(90, 90, 90);
}
