diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 9cbf902..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2023 Vitor Antoni
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index e329cbc..0000000
--- a/README.md
+++ /dev/null
@@ -1,47 +0,0 @@
-# Linktree Template
-### Presentation
-Hi there. How are you? Hope you're fine. đ
-
-In this repository, I would like to make available a website template for people who wants to share your's most important links in any social media. It's very customizable, so you are able to make any changes that you wants.
-
-If necessary, feel free for ask or suggest me about anything. Intend to monitor this repository every day.
-
-## đ¯ Website demo
-
-
-
-## đģ Somethings you can do
-The `index.html` can imports two differents snowfall effects, but you must choose between one of these.
-> Don't use both at the same time, it might seem a little strange.
-
-If you want to keep default effect, don't change the lines where are this code:
-```
-
-
-[ÂŠī¸ SamirPaul1](https://github.com/SamirPaul1/links)
-
-In case you are interested to follow or conected with me on LinkedIn, you can do it in this link: [LinkedIn](linkedin.com/in/vitor-silva-de-antoni/)
diff --git a/assets/css/style.css b/assets/css/style.css
index 608312a..7afe67b 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -156,19 +156,6 @@ display-imagebody,html{
font-weight:600
}
-.color-white{
- color:#fff
-}
-.color-gray{
- color:hsla(0,0%,100%,.9)
-}
-.color-dark{
- color:#222
-}
-.color-danger{
- color:#ff4963
-}
-
.page-bg{
position:fixed;
inset:0;
@@ -830,6 +817,14 @@ display-imagebody,html{
.embed-wrap-inside:after{
width:93%
}
+
+ .main-container {
+ padding: 1rem;
+ }
+
+ .header {
+ padding: 3rem 0 1.5rem;
+ }
}
@media (max-width:480px){
diff --git a/index.html b/index.html
index 81a593e..0147eac 100644
--- a/index.html
+++ b/index.html
@@ -32,13 +32,6 @@