body{
	color: aliceblue;
    background-color: #252525;
    background: radial-gradient(circle at 50% 106%,#464646 , #252525);
		overflow: hidden;
}

#linkslist{
    height: 50vh;
    position: absolute;
    top: 20vh;
    width: 50vw;
    margin-left: 25vw;
    margin-right: 25vw;
    border-radius: 32px;
    border-width: 4px;
    border-color: aliceblue;
    border-style: dotted;
    background: radial-gradient(circle at 50% 106%,#3def73 , #1b8463);
}

#heading{
	text-align: center;
	font-size: 25px;
}

#list{
    text-align: center;
	font-size: 17px;
}

#message{
    position: fixed;
    top: 92vh;
	font-size: 10px;
    margin-left: 25vw;
    width: 50vw;
    text-align: center;
}

a{

}
a:hover{
	color: #3ae571;
	background: rgb(240, 248, 255);
}