.content-link{
    text-decoration: none;
    font-weight: bold;
}

.text-color-blue{
	color: #2196f3;
    text-shadow: #fff700d6 0px 0px 2px;
}

#backToHome{
	    z-index: 1;
	background-color: #ff00008f;
    position: fixed;
    top: 90%;
    transition: 0.3s;
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    color: white;
    border-radius: 30px 10px 10px 30px;;
}

#backToHome a{
    text-decoration: none;
}


