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;
}

#projects {
  background-color: rgba(255, 94, 0, 0.8) ;
  color: black;
}

#title{
  padding: .8em;
  border: 10px solid midnightblue;
  border-style: outset;
  font-size: 25px;
  text-shadow: 2px 2px lightskyblue;
}
#projects{
  border: 5px solid midnightblue;
  border-radius: 7px;
  box-shadow: 5px 5px 15px lightblue;
  border-style: outset;
  margin: auto;
  max-width: 45vw;
  margin-top: 25px;
  margin-bottom: 25px;
  
}

.link:link{
  font-style: linear-gradient(#eee, #333);
}

.link:visited{
  color: white;
}


.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;
  
}


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