
    
.titlu_rom{
    font-family: gwendolyn;
    font-size: 4rem;
    color:white;
    text-align: center;}
.bec{
    text-align: center;
    color:white;
    display: flex;
    font-size: 40px;
    justify-content: center;
    
}
body{
    background-image: url(../imagini/bgpage.jpg);
    background-position: center;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

.titlu_indexr{
    display: flex;
    font-family: gwendolyn;
    font-size: 3rem;
    color:white;
    margin:0.5rem;
    }

.titlu_indexe{
    display:flex;
    font-family: gwendolyn;   
    font-size: 3rem;
    color:white;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
    align-items:flex-end;
    }
     
.paragraf{
     font-size: 1rem ;
     font-family:'Noto Sans', sans-serif;
     background-color:white;
     margin:30px;
    line-height: 2rem;
    border-radius: 10px;
    }
.quote_e{
    font-size:2rem;
    font-family: 'Meow Script', cursive;
    color: white;
    text-align: right;
}
.quote_r{
    font-size:2rem;
    font-family: 'Meow Script', cursive;
    color: white;
}
.quote_en{
    font-size:2rem;
    font-family: 'Meow Script', cursive;
    color: white;
    text-align: right;
}
.quote_ro{
    font-size:2rem;
    font-family: 'Meow Script', cursive;
    color: white;
}
.navigare{
    display: flex;
    font-family: gwendolyn;
    flex-direction: row;
    color: pink;
    justify-content: space-evenly;
}
.formare{
    display: flex; 
    width: 100vw; 
    justify-content:center;
}
 .formare1{
    width:500px;
    height:auto;
    border-radius: 10px;
} 
.paragraf{
    display: flex;
    text-align: justify;
    color: #0205b3;
    background-color: rgba(255, 255, 255, 70%);
    border-radius: 10px;
    padding: 5px;
    margin: 80px;
    border-color: black;
    justify-content: center;
    font-family:'Noto Sans', sans-serif;
    font-size: 1.1rem;

}
