
#topsection img {
width: 500%;
  max-width: 500px;
box-shadow: 100px 10px 100px yellow;
}
#topsection {
text-align :center;
 text-shadow: 5px 10px 1px black;

}
body {
font-family: 'Lustria', serif;
background-color: red;
background: linear-gradient(90deg, rgba(225,242,4,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
color: #ffff	;
}
#links {
text-align: center;
margin: 20px 0px 15px 30px;
background-color: black;

  border: solid black 5px;
  border-radius: 10% 5% 1% 10%;
box-shadow: 10px 10px 10px white;
}

.nobullet li {
   list-style: none;  
}
.portlink {
  color: #ffff;

 
font-size: 2.5em
}
#links h2{
font-size: 2.5em
}
.portlink:link {
	color: #ffff;
  text-decoration: underline dashed  yellow;
}
.portlink:visited {
	color: orange;
}
.portlink:hover{
color: red;
}
