diff --git a/backend/src/main/resources/get/style.css b/backend/src/main/resources/get/style.css index 39b6f0f..854a698 100644 --- a/backend/src/main/resources/get/style.css +++ b/backend/src/main/resources/get/style.css @@ -21,6 +21,9 @@ body { font-family: 'Poppins', sans-serif; background: radial-gradient(circle at top right, #1f2937, var(--bg-dark)); + background-attachment: fixed; + background-position: center; + background-size: cover; color: var(--text-main); min-height: 100vh; display: flex;