body{
  text-align: center;  
}

html{
  background-image:
    
    url("https://projects.codecraftworks.com/web/ntgatNSAShx0ZOEbAEx7/assets/Portfolio background.jpg"); 
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}


#page{
  margin: 5vw;
}

#title {
  
  background-image: linear-gradient(to bottom, rgba(255,94,0,1), rgba(251, 255, 255,0.8));
  color: black;
  position: sticky;
  top: 0.1em;
  padding: 0.8em;
  
  border: 0.5em solid midnightblue;
  border-style: outset;
  font-size: 1.45em;
  text-shadow: 2px 2px lightskyblue;
}
#projects{
  background-color: rgba(255, 94, 0, 0.8) ;
  color: black;
  position: static;
  
  font-size: 1rem;
  border: 0.45em solid midnightblue;
  border-radius: 0.45rem;
  box-shadow: 5px 5px 2em 0.25em white;
  border-style: outset;
  
  margin: auto;
  max-width: 45vw;
  margin-top: 2rem;
  margin-bottom: 2rem;
  
}


.link:link{
  color: #000000;
  font-weight: bold;
}

.link:visited{
  color: white;
  font-weight: bold;
}


.resize{
  width: 100%;
  max-width: 25em;
  max-height: 25em;
}


.previews{
  width: 28vw;
  display: inline-block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  
}

.previews img {
  border: .8em ridge #FBFFFF;
  box-shadow: 5px 5px 1em white;
  
}

#footer{
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  border: 0.25rem solid midnightblue;
  border-radius: 1rem;
  box-shadow: 5px 5px 15px lightblue;
  border-style: inset;
  width: 100%;
  max-width: 50rem;
  max-height: 50rem;
  background-color: rgba(255, 69, 0, 0.8);
  margin: auto;
  margin-bottom: 13rem;
}


.footerFloat li{
  float: left;
  border: 0.3em dashed #FBFFFF;
  background: #DB3A00;
}

.footerFloat  {
  display: inline-block;
  text-align: center;
  padding: 1em 1em;
  text-decoration: inherit;
}

.footerFloat ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}