#content{
position: relative;
}
#content p{

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


}
#topsection h1{
 text-shadow: 5px 10px 1px black;
position: sticky;
top: 0px;
}
#topsection p{
	color: black;
font-weight: bold;

}
body {
font-family: 'Lustria', serif;
background-color: red;
background: url("https://s.hdnux.com/photos/01/14/02/13/19931865/16/rawImage.jpg");
color: #ffff	;
background-color: black;
}
#links {
text-align: center;
margin: 20px 0px 15px 30px;
background-color: white;

  border: solid black 5px;
  border-radius: 10% 5% 1% 10%;
box-shadow: 10px 10px 10px white;
background:linear-gradient(90deg, rgba(225,242,4,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

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

 
font-size: 2.5em
}
#links h2{
font-size: 2.5em
}
.portlink:link {
	color: black;
  text-decoration: underline dashed  white;
}
.portlink:visited {
	color: #0c1d61;
}
.portlink:hover{
color: red;
}

