.tooltip {
			text-decoration: none;
			text-size:2em;
			position: relative;
			color:var(--white-colour);
			float:right;
			padding-right:20px;
		}
		.tooltip span {
			margin-left: 99em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
			position: absolute; right: 1em; top: -2em; z-index: 99;
			margin-left: 0;
			color:var(--white-colour);
		}
		.classic {
		font-size:.75em;
		text-align:center;
		width:100px;
		padding:5px 20px;
		background: var(--dark-colour); 
		
		}
		

