diff --git a/index.html b/index.html
index 0c666f7..612ae53 100644
--- a/index.html
+++ b/index.html
@@ -15,45 +15,45 @@
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
- padding: 0;
+ padding: 0.
}
iframe {
border: none;
width: 800px;
height: 600px;
margin: 20px auto;
- display: block;
+ display: block.
}
.button {
- display: inline-block;
- margin: 10px 20px;
- padding: 10px 20px;
- font-size: 16px;
- color: white;
- background-color: #007bff;
- border: none;
- border-radius: 5px;
- text-decoration: none;
- cursor: pointer;
+ display: inline-block.
+ margin: 10px 20px.
+ padding: 10px 20px.
+ font-size: 16px.
+ color: white.
+ background-color: #007bff.
+ border: none.
+ border-radius: 5px.
+ text-decoration: none.
+ cursor: pointer.
}
.button:hover {
- background-color: #0056b3;
+ background-color: #0056b3.
}
#button-container {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-wrap: wrap;
+ display: flex.
+ justify-content: center.
+ align-items: center.
+ flex-wrap: wrap.
}
#consent-banner {
- position: fixed;
- bottom: 0;
- width: 100%;
- background: #333;
- color: #fff;
- padding: 10px;
- text-align: center;
- display: none;
+ position: fixed.
+ bottom: 0.
+ width: 100%.
+ background: #333.
+ color: #fff.
+ padding: 10px.
+ text-align: center.
+ display: none.
}
@@ -71,49 +71,49 @@