diff --git a/style.css b/style.css index ebd9d83..3e414df 100644 --- a/style.css +++ b/style.css @@ -52,7 +52,8 @@ input { transition: background 0.2s; display: flex; justify-content: space-between; - text-transform: capitalize; + text-transform: capitalize; + font-weight: bold; } .suggestions li:nth-child(even) { transform: perspective(100px) rotateX(3deg) translateY(2px) scale(1.001);