diff --git a/css/styles.css b/css/styles.css index 2496472..380f64e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -16,6 +16,7 @@ body { width: 95%; overflow: hidden; margin: auto; + margin-bottom: 20px; } .title-image img { @@ -44,17 +45,17 @@ body { padding: 10px; } -div.download-link { - background-color: #444444; - color: #f1f1f1; - border-radius: 10px; -} - a.download-link { text-decoration: none; + color: #242121; + background-color: #d1caca; + padding: 10px; + border-radius: 10px; text-align: center; + margin: 7px; } + footer { background-color: rgb(61, 61, 61); color: #eeeeee;