diff --git a/css/style.css b/css/style.css index 826369a..6e32629 100755 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,14 @@ body { background-color: #e6e6e6ff; +} + +.container { + margin-top: 50px; +} + +pre { + background-color: #e9ecef; + padding: 15px; + border-radius: 5px; + white-space: pre-wrap; } \ No newline at end of file