diff --git a/index.html b/index.html index 599590d..48baf45 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,24 @@ background-color: white; color: black; } + .use_link { + width: 300px; + position: fixed; + bottom: 0px; + left: 50%; + margin-left: -150px; + margin-bottom: 30px; + font-size: 16px; + font-family: sans-serif; + text-align: center; + } + .use_link a { + color: #4B4D41; + text-decoration: none; + } - +