body {
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: #eee;
}

body, h1, p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 177px;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #3282e6;
  text-decoration: none;
}

.importantNumber {
    color: RED;	
    font-family: monospace;
    font-style: italic;
}

#main-content-area {
    display: inline-flex;
}

#left-sidebar {
	background-color: rgb(230, 191, 173);
}

#right-sidebar {
	background-color: lightblue;
}

#main-area {
	background-color: rgb(230, 173, 230);
/*        display: none;*/
}

.center-me {
  margin: 0 auto;
}
