diff --git a/style.css b/style.css index fd1d9d8..3e98cba 100644 --- a/style.css +++ b/style.css @@ -165,12 +165,13 @@ section { background-color: rgb(96, 96, 96); color: white; border: none; - padding: 10px 15px; - border-radius: 50%; + padding: 10px 20px; + border-radius: 12px; cursor: pointer; font-size: 20px; transition: background 0.3s ease; display: none; + box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); } #scrollToTop:hover {