
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            text-align: center;
            margin: 20px;
            background-color: #121212;
            color: #fff;
        }

        textarea {
            width: 80%;
            height: 150px;
            margin-bottom: 20px;
            padding: 10px;
            box-sizing: border-box;
            background-color: #1e1e1e;
            color: #fff;
            border: 1px solid #555;
            border-radius: 5px;
        }

        .menu-btn,
        .grupo-btn,
        button {
            padding: 15px 30px;
            font-size: 16px;
            border: none;
            border-radius: 20px; /* Deixar os botões mais arredondados */
            cursor: pointer;
            margin: 35px 5px; /* Adiciona espaço acima e abaixo do botão */
            transition: background-color 0.3s; /* Adiciona transição suave na mudança de cor de fundo */
        }

        button {
            background-color: #4CAF50;
            color: #fff;
        }

        .menu-btn {
            background-color: #008CBA;
            color: #fff;
        }

        .grupo-btn {
            background-color: #4CAF50;
            color: #fff;
            text-decoration: none;
            display: inline-block;
        }

        #saida, #respostaEditada {
            text-align: left;
            margin-bottom: 20px;
            width: 80%;
            border: 1px solid #ddd;
            padding: 10px;
            overflow-y: auto;
            margin: 0 auto;
            box-sizing: border-box;
            background-color: #1e1e1e;
            color: #fff;
            resize: vertical;
            height: 150px; /* Definir altura inicial */
        }

        #respostaEditada {
            display: none;
            resize: both;
            overflow: auto;
        }

        #direitosReservados {
            margin-top: 20px;
            color: #888;
        }

        #popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background-color: #333;
            color: #fff;
            border-radius: 10px;
            z-index: 999;
            text-align: center;
            width: 80%; /* Ajustar a largura do popup */
            max-width: 300px; /* Largura máxima para dispositivos móveis */
        }

        #fecharPopup {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }

        #logo {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 20px;
        }

        #logo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        
        /*  ACRESCENTADOS */
        
        
        #principal {
            width: 900;
        }
        
        #conteudo {
            background: #1e1e1e;
            padding: 0px;
            display: flex;
            justify-content: center;
            
        }
        
        #menu {
            background: #c5c5b2;
            border; 1px solid red;
            padding: 0px;
            
        }
        .apps {
            background: #c5c5b2;
            border; 1px solid red;
            padding: 0px;
            
        }
        
        a {
           color: #4b566a; 
           text-decoration: none;    
           font-weight: bold;
           border: 0px solid;
           padding: 5px;
           margin: 10px;
        }
        
        a:hover {

         color: green;  
         border: 1px solid white;
         border-radius: 8px; 


        }

        .centralizar {
            text-align: center;
        }
        
  .card_list {

    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: start;
    

  }

          
  #aplicativos{
    display: flex;
    flex-direction: row;
    gap:30px;
    width:100%;
    flex-wrap: wrap;
    justify-content: center;
}

#aplicativos.card_aplicativo{
    display: flex;
    justify-content: center;
    align-items: center;
}


.paginas {

 
         color: green;  
         border: 0px solid white;
         border-radius: 5px; 



}









