li {
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 6px grey;
}

h2 {
    color: #00999a;
}

.box img {
    cursor: pointer;
}

#information-1 ul,
#information-2 ul,
#information-3 ul {
    opacity: 0;
    transition: all ease-in-out 0.6s;
    left: -60px;
}

.coover-image {
    background: url('/shaps.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.image-holder {
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
}