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

h1{
  font-family: "Roboto", sans-serif;
}

#page{
  margin: 3vw;
}

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

#title{
  padding: .8em;
  border: 10px solid midnightblue;
  border-style: outset;
  font-size: 25px;
}

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

#projects h2{
  font-size: 0px;
}

#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: 2em;
  
}


#footer{
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  font-style: black;
  border: 2.5px solid midnightblue;
  border-radius: 7px;
  box-shadow: 5px 5px 15px lightblue;
  border-style: inset;
  height: 10em;
  width: 400px;
  background: orangered;
  margin: auto;
  margin-bottom: 100px;
}