
body {
    padding-top: 70px;
    background-color: #f8f9fa; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

main.container {
    padding: 2rem;
    background-color: #ffffff; 
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

form {
   border-radius: 20px;
   border: 2px #0d6efd; 
}
.navbar {
    background: linear-gradient(45deg, #343a40, #495057); 
}

.nav-link, .navbar-brand {
    color: #f8f9fa !important;
}

.nav-link:hover {
    color: #adb5bd !important; 
}

.navbar .nav-item .nav-link {
    margin-right: 10px;
}

.nav-item.active .nav-link {
    font-weight: bold;
    color: #0d6efd !important; 
}

.premium_text {
    align-self: center;
    font-style: oblique;
    font-weight: bolder;
}


.container-home {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
    width: 100%;
}

.text-area {
    width: 100%;
    height: 300px;
    resize: none;
    padding: 10px;
    font-size: 16px;
}

.button-group {
    display: flex;
    flex-direction: column;
}


body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background-color: #f9f9f9;
}

.file-list {
    width: 100%;
    margin: 20px auto;
}

.file-item {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.file-name {
    font-size: 16px;
    color: #333;
}

.file-actions {
    display: flex;
    gap: 10px;
}
