<style>

        .vertical-menu a {
            background-color: #eee;
            color: black;
            display: block;
            padding: 12px;
            text-decoration: none;
        }

        .vertical-menu a:hover {
            background-color: #ccc;
        }

        .vertical-menu a.active {
            background-color: #4CAF50;
            color: white;
        }
        .ik{
            height: 100px;
            border-radius: 50%;
        }
        .vertical-menu a {
		    background-color: #eee;
		    color: black;
		    display: block;
		    padding: 12px;
		    text-decoration: none;
		}
        strong{
            font-weight: bold;
            line-height: inherit;
        }
        h3 {
            margin-top: 0px;
            margin-bottom: 0px;
            font-size: 20px;
        }
        .text-title:after {
            background-color: #171717;
            content: "";
            display: block;
            width: 190px;
            height: 2px;
            margin: 8px 0 5px 0;
        }
    </style>