

:root{
    --culoare_primara:#ebeced;
    --culoare_secundara:#7dafff;
    --text:#3a3333;
    --accent:#042252;
}

:root {
    --backgroundContainer:whitesmoke;  /* Default (light mode) */
}

@media screen and (prefers-color-scheme: dark) {
    :root {
        --backgroundContainer:#1A1A1A;  /* Default (light mode) */
    }
}



body {
    background-color: var(--culoare_primara);
    color: var(--text);
    
  }

  @media screen and (prefers-color-scheme: dark) {
    body {
      background-color: var(--accent);
      color: var(--culoare_primara);
    }


  }

  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header{
    background-color: var(--culoare_secundara);
    color: var(--text);
    margin: 0;
    padding: 0; 
    top: 0;
}

h1{
    font-size: 2rem;
    text-align: center;
    padding-top: 50px;
    font-size: 5rem;
}

.linkuri_header{
    display: flex;
    justify-content: center;
    
    padding-top: 20px;
    color: var(--text);
    font-size: 1rem;
}

.link_header :hover{
    background-color: rgb(216, 240, 237);
    color: var(--culoare_secundara);
    border-radius: 5px;
}




html, body {
    height: 100%;
    margin: 0;
  }
  
  /* Use a flex layout for the main container */
  body {
    display: flex;
    flex-direction: column;
  }
  
  /* Let the main content area grow to fill available space */
  .content {
    flex: 1 0 auto;
  }

  /* Footer will stay at the bottom */
  .footer {
    background-color: var(--culoare_secundara);
    color: var(--text);
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
    padding: 10px 0;
  }

.linkuri_footer{
    display: flex;
    
    justify-content: center;
    
    padding-top: 20px;
    color: var(--text);
    font-size: 1rem
}

.utilizator{
    @media screen and (max-width: 768px){
        display: none;
    }
}

.hamburger{
    display: none;

    @media screen and (max-width: 768px){
        display: block;
    }

}

.link_header{
    display: flex;
    justify-content: center;
    
    margin: 15px;
    color: var(--text);
    font-size: 2rem

}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.utilizator{
    float: right;
    padding: 5px;
}

.login_log-out{
    float: right;
    padding: 5px;
}

.imaginesilogin{
    float: right;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

button {
    background-color: var(--culoare_secundara);
    color: var(--text);
    padding: 5px;
    margin: 5px;
    border: none;
    cursor:crosshair;
}

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;

}

.formular{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    width: 100%;
    @media screen and (min-width: 768px){
        max-width: 80%;
    }
    @media screen and (min-width: 1600px){
        max-width: 1600px;
    }
    background-color: var(--backgroundContainer);
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.prompt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    width: 90%;
    border: var(--accent);
    border-radius: 5px;
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    resize:vertical;
    min-height: auto;
    height: auto;
}

.intro_prompt{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.5rem;
}

.intro_selectie{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.25rem;
}

.select{
    border-radius: 5px;
}

.selectie {
    width: 80%;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid var(--accent);
    background-color: var(--culoare_primara);
    font-size: 16px;
    color: var(--text);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.selectie:hover {
    background-color: var(--culoare_secundara);
    color: var(--accent);
}

.selectie:focus {
    border-color: var(--culoare_secundara);
    background-color: white;
    color: var(--text);
}

.copiere {
    color: var(--text);
    padding: 5px;
    margin: 5px;
    border: none;
    width: 80%;
    display: flex;

}

.linkuletz{
    display: flex;
    justify-content: center;
    width: 85%;
    padding-top: 20px;
    color: var(--text);
    font-size: 1rem;
    border-radius: 5px;
}

.butoane{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    width: 40%;
}

.Q{
    width: 40%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5rem;
    border-radius: 3px;
    color: blue;
}

.A{
    width: 40%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5rem;
    border-radius: 3px;
    color: red;
}

.copie_text{
    width: 40%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5rem;
    border-radius: 3px;
    color: green;
    max-height: 50px;
}

.wink{
    width: 40%;
    font-family:'Schoolbell', cursive;
    font-size: 1.5rem;
    border-radius: 3px;
    color: purple;
    padding: 20px 0;

}

.linkuri_footer{
    display: flex;
    justify-content: center;
    padding-top: 5px;
    color: var(--text);
    font-size: 1.5rem;
}

.link_footer
{
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-left: 10px;
    color: var(--text);
    font-size: 1.25rem;
}

.link_footer :hover{
    background-color: rgb(216, 240, 237);
    color: var(--culoare_secundara);
    border-radius: 5px;
}

.drepturi{
    display: flex;
    justify-content: center;
    padding-top: 5px;
    color: var(--text);
    font-size: 1rem;
}

.clasa_legala{
    font-family:  'Arial Narrow', Arial, sans-serif;
    font-size: 1.5rem;
    background-color: var(--backgroundContainer);
    border: 5px solid var(--accent);
    border-radius: 5px;
    width: 80%;
    padding: 10px;
    margin: 10px;
}