
html, body {
    height: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Museo Slab', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: rgb(255,151,45);
}
h1 {
  font-size: 40px;
  line-height: 45px;
}
h2 {
  font-size: 20px;
  line-height: normal;
}
p {
  font-size: 15 px;
  line-height: normal;
}
.my-white{
    color:white;
}
.right-pannel{
    background-color: rgb(240, 240, 240);
    padding-top:15px;
    padding-right:40px;
}
.left-pannel{
    background-color: rgb(247, 247, 247);
}
