body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.app-container {
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.hidden {
    display: none;
}

button {
    margin-top: 20px;
}

#statusMessage {
    color: red;
    margin-top: 10px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #f4f4f9;
}

.app-container {
    text-align: center;
    width: 100%;
    max-width: 450px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

h1 {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 0.5em;
}

.subheading {
    font-size: 1em;
    color: #555;
    margin-bottom: 1em;
}

select, button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 1em;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    cursor: pointer;
}

button {
    background-color: #0073e6;
    color: white;
    border: none;
}

button:hover {
    background-color: #005bb5;
}

#repoDetails {
    margin-top: 20px;
    text-align: left;
}

#repoDetails h2 {
    font-size: 1.5em;
    color: #0073e6;
    margin-bottom: 0.5em;
}

#repoDetails p {
    color: #666;
    margin-bottom: 1em;
}

ul {
    list-style-type: none;
    padding: 0;
    color: #444;
}

ul li {
    margin: 5px 0;
}

.hidden {
    display: none;
}

#statusMessage {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

footer {
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9em;
    color: #555;
}

footer p {
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background: url('1000065634-modified.png') no-repeat center center fixed;
    filter: opacity(10px);
    background-size: cover;
    background-color: #f4f4f9; 
}

.app-container {
    background-color: rgba(255, 255, 255, 0.9); 
    padding: 20px;
    width: 100%;
    max-width: 450px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

