h1{
    font-size: 50px;
}

body{
    font-size: 30px;
    /*padding-top: 20px;*/
    padding-bottom: 10em;
}

div {
    margin-bottom: 10px;
}

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #202b38;
    color: #fff;
    padding: 10px;
  }

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #202b38;
    background-color: white;
    color: #202b38;
    text-align: center;
}

.page {
margin-top:1em;
}

.logo {
    height:90px;
    vertical-align:middle;
}

.alignCenter {
    text-align: center;
}

.cumfyChairsImage {
    border-radius: 4%;

}


