The goal of this assignment is to create button elements from different HTML elements: <div>, <button> and <a>.
Every element has a class ".button" and by styling that class all the elements should get the same appearance.
Besides that, the assignment asks to create three size variations for buttons, small, medium and large, which are applied with classes ".button-sm", ".button-md" and ".button-lg", respectively.