:root
{
  --base-static-url : "https://static-contents.linkology.org/" ;
}
.lp-start-linkology
{
    position:absolute;
  	z-index:100;
	background-position: center;
    overflow: hidden;
    width:100px;
    height:100px;
}

.lp-start-button-linkology
{
    display:block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
   /* background: linear-gradient(to right, #0e3a99, #567adb);*/
   background: linear-gradient(to right, #6d016d, #f161f1);
    background-position: center;
    color: #FEB300;
    line-height: 0px;
	text-shadow: 2px 3px 5px rgba(108, 86, 202, 0.322);
	text-align: center;
  /*  background-image: url(var(--base-static-url)images/pictures4DidYouKnowGame/static/0.jpg);*/
}

.lp-start-button-linkology:hover 
{
	color:gainsboro;
}

.lp-start-salmon-button-linkology
{
    
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: linear-gradient(to right, #6d016d, #f161f1);
    background-position: center;
    color: #FEB300;
    line-height: 0px;
	text-shadow: 2px 3px 5px rgba(198, 86, 202, 0.322);
	text-align: center;
  /*  background-image: url(var(--base-static-url)images/pictures4DidYouKnowGame/static/0.jpg);*/
}

.lp-start-salmon-button-linkology:hover 
{
	color:gainsboro;
    cursor:pointer;
}