body {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #333;
}

.container {
    text-align: center;
    padding: 20px;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #0077cc;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

a {
    color: #0077cc;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px; /* Adjust the size of the logo */
}

#footer_box {
    background: gray;
    color: white;
    font-size: 11px;
    text-align: center;
    margin-top: 130px;
  }


  footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
}

#logoimg {
    cursor: pointer;
}


/* Container */
.guide-container {
    max-width: 800px;
    margin: 40px auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Headings */
h1 {
    text-align: center;
    color: #0056b3;
    margin-bottom: 20px;
}

h2 {
    color: #0056b3;
    margin-top: 30px;
}

/* Lists */
ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

ul {
    margin-left: 20px;
    list-style-type: disc;
}

/* Links */
a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Highlighting */
strong {
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .guide-container {
        padding: 15px 20px;
    }
}


.srt {
    padding-top: 14px;
    padding-bottom: 240px;
    text-align: center;
}