* {    
    box-sizing: border-box;
    font-family: Fira Sans, sans-serif;
}
 
.pointer {
    cursor: pointer;
}