*{margin:0;padding:0}body{background-color:#111111;color:white}body,button.white{font-family:monospace}button.white{color:#1c1c1c;background-color:#fff;border:none;border-radius:5px;height:70px;width:200px;font-size:20px;font-weight:700;transition:all .1s ease;padding:2%}button.white:hover{transform:scale(1.1);background-color:#cfcfcf;cursor:pointer}button.black{color:#fff;background-color:#1c1c1c;border:1px solid white;border-radius:5px;height:70px;width:200px;font-family:monospace;font-size:20px;font-weight:700;transition:all .1s ease;padding:2%}button.black:hover{transform:scale(1.1);cursor:pointer}