.darkshadow {
    text-shadow: -0.2rem -0.2rem 1rem rgb(0, 0, 0),
        0.2rem 0.2rem 1rem rgb(0, 0, 0),
        0 0 2rem var(--glow-shadow),
        0 0 4rem var(--glow-shadow),
        0 0 6rem var(--glow-shadow),
        0 0 8rem var(--glow-shadow),
        0 0 10rem var(--glow-shadow);
}


	a {
	    color: #a2d5ff;
	    text-decoration: 2px underline dotted #5d5d5d;
	}

	a:hover {
	    text-decoration: 2px underline;
	    color: #ffee00;
	    filter: drop-shadow(0rem 0rem 0.4rem #ffffff);
	}

img.svg-award {
	  width: 40%; /* set the width of the image */
	  height: auto; /* allow the height to adjust automatically to preserve aspect ratio */
	  padding: 5%;
	}

div {
    font-family: 'Roboto', sans-serif;
}
div a {
    color: #4a2c2a;
    font-weight: bold;
}
