html {
  height: 100%;
  font-size: 100%;
}

body {
    color: #565656;
    background: white;
}

.btn {
    cursor: pointer;
}

#btn-test {    
    margin-top: 10px;
}