@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Fuzzy Bubbles', cursive;
}
.wrapper {
    max-width: 1390px;
    margin: 0 auto;
  }
header {
    height: 100px;
    background-color: black;
}
.menu{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.menu a {
    text-decoration: none;
      margin-top: 40px; 
     color: white;
     text-transform: uppercase;
}
.logo{
     margin-top: 3px;
     font-weight: 700;
     font-size: 25px;
}
.nav-items{
    display: flex;
}
.nav-items a {
    margin-right: 20px;
    font-size:18px ;
} 
.nav-items a:last-child{
    font-weight: 700;
}
.bg-contact{
    background-color: #FFA630;
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-top: 0px;
}
main
{
    height: 860px;
   
}
canvas{
    position : absolute; 
    
    height:860px;
   z-index:-1;
}
#particles-js {
    position : absolute;
    width:100%;
    height:860px;
    z-index:-1;
    background-color: black;
}

h1,h2{
    color: white;
    line-height: 60px;
    
}
h1{
    text-transform: uppercase;
}
.main-text{
 padding-top: 5%;
 
}

footer{
    background-color:#000000 ;
    height: 70px;

}
.info{
    display: flex;
    color: white;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
}
.wrapper-autori{
    max-width: 1000px;
    margin: 0 auto;
    background-color: blue;
}
.main-contact{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.cnt{
 display: flex;
 width: 389px;
 height: 508px;
 background: rgba(255, 255, 255,.7);
 box-shadow: 4px 4px 3px 2px rgba(255, 166, 48, 0.25);
 border-radius: 20px;
 flex-direction: column;
 justify-content: space-evenly;
 align-items: center;
}
.submit-bg{
    background: #FFA630;
    border-radius: 50px;
    height: 37px;
    width: 192px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    border: none;
}
.submit-bg:hover{
    color:#314CB6 ;
   
}
.contact-us{
    color: black;
    font-size: 28px;
    font-weight: 700;
}
.nume{
    width: 314px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    border: 3px solid #FFA630;
    border-radius: 10px;
    color: white;
}
.mail{
    width: 314px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    border: 3px solid #FFA630;
    border-radius: 10px;
    color: white;
}
.mesaj{
    width: 314px;
    height: 69px;
    background: rgba(0, 0, 0, 0.2);;
    border: 3px solid #FFA630;
    border-radius: 10px;
    color: white;
}
::placeholder{
    color:#314CB6 ;
}
.no-copy {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #cc0000;
}
.titlu-despre{
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    display: flex;
    justify-self: center;
    justify-content: center;
    color: #FFA630;
    font-weight: 700;
}
.despre-p{
    color:white;
    font-size: 23px;
    font-weight: 700;
    padding:150px 0 0 20px;
}
.search{
    width: 830px;
    height: 49px;
    background: rgba(255, 255, 255, 0.6);
    border: 3px solid #FFA630;
    box-sizing: border-box;
    border-radius: 20px;
}
input{
    border: none;
}
.search-wrapper{
    width: 850px;
    margin: 90px auto 0 auto;

   
}
.lista-autori{
    color:white;
    text-decoration: none; 
    font-size: 14px; 
    display: block; 
    padding-top: 10px;
    padding-left: 25px;

}
.lista-autori:hover{
    color:#FFA630 ;
    padding-left: 30px;
}