/* StyleSheet.css */

* {
   margin: 0;
   border: 0;
   padding: 0;
   box-sizing: border;
}

.jumbotron {
  height: 350px;
  color: white;
  background:transparent;
  text-align: center;
}