diff --git a/html/style.css b/html/style.css index cc09bd5..1fed5ac 100644 --- a/html/style.css +++ b/html/style.css @@ -23,15 +23,18 @@ .Message{ color: #000000; + } #Main{ + min-height: 94.5vh; /* Stretch to fill the viewport height */ padding: 20px; /* Padding added to the main content area */ border-radius: 10px; backdrop-filter: blur(5px); /* Provide a translucent frosted-glass effect */ background-color: rgba(255, 255, 255, 0.2); /* Slightly white transparent background */ } + #Title{ font-size: 300%; }