

body{

  background-color: #000;

  font-family: arial, verdana;

}



#showcase {

background-image:url('adp.png');

height:100vh;

background-size:cover;

background-position: center;

opacity: 0.2;

}



#title{

text-align: center;

font-size: 1.1em;

color: wheat;

}



footer {

color: grey;    

    

}
