#img{
  width: 60%;
  height: 130%;
  border: solid black 5px;
text-align :center;
}
#header {
text-align :center;
color: white;


}

#footer{
color: white;
text-align :center;
font-size: 1.9em
}
#details{
background: rgb(12,13,97);
background: linear-gradient(90deg, rgba(12,13,97,0.8323704481792717) 0%, rgba(0,0,0,0.1) 50%, rgba(7,96,246,0.41780462184873945) 100%);
background-color:rgba(12,13,97,0.8323704481792717);
font-size: 1.9em
}
body{


background: url("https://images.pexels.com/photos/723023/pexels-photo-723023.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
background-image:no repeat;
background-size: cover;
font-weight: bold;
  overflow: show;
}


.nobullet li {
   list-style: none;  
}
.portlink:link {
	color: white;
  text-decoration: underline dashed  white;
}
.portlink:visited {
	color: #7fffd4;
}
.portlink:hover{
color: #1ed6e4;
}

#everything{
  display: flex;
flex-direction: column;
	width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 776px) {
  #details {
  background-color:blue;
  }
}