
        .arrow-svg {
            fill: #aaaaaa;
            height: 90px;
        }

        .arrow-img {
            padding-left: 100px;
            float: left;
            height: 90px;
            color: #aaaaaa;
        }

        .arrow-selected svg {
            fill: #8fc053;

        }

        .arrow-selected div {

            color: #8fc053;
        }

        .arrow:hover svg {
            fill: #e76724;

        }

        .arrow:hover div {

            color: #e76724;
        }

        .arrow-text {
            vertical-align: center;
            padding-left: 200px;
            white-space: nowrap;
            align: left;
            color: #aaaaaa;
            font-size: large;
            font-weight: bold;
            line-height: 90px;
            height: 90px;
        }
        .menu {
            margin-top:-20px;
        }