DOCTYPE html> Insert title here button { width: 120px; height: 40px; border-radius: 20px; font-size: 1.3em; font-family: 'Do Hyeon'; cursor: pointer; } button.a{ background-color: #fafad2; } button.b{ background-color: #87ceeb; } div { position: absolute; width: 300px; height: 150px; font-size: 20px; font-family: 'Do Hyeon'; } #one{ left: 50px; top: 100px; } #two{ left: 300px; top: 100px; } #thr..