@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-image: url(public_html/public/assets/images/InfoClass/Background.jpg);
    margin:0;
    padding: 0;
    z-index: -99999;
    font-family: Montserrat;
}

.meniu-top{
    background-color: #120E16;
    top:0;
right: 0;
}
.Logo{
  margin-left: 5px;
}

.Ceva {
    width: 1000px;
    display: flex;
    justify-content: center;
    margin-top: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.Buton{
    border:3px solid #C9AEEA;
    width: 492.5px;
    height: 100px;
    border-radius: 20px;
    background-color: #120E16;
    font-size: 25px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    display: flex;  
    align-items: center; 
    justify-content: center; 
    text-align: center;
    transform: 0.3s ease-in;
}
.Info:hover{
    background-size: fill; 
    background-position: center;
    background-image: url('public_html/public/assets/images/InfoClass/photoInfo.png'); 
    background-color: #C9AEEA; 
}
.Mate:hover{
    background-size: fill; 
    background-position: center;
    background-image: url('public_html/public/assets/images/InfoClass/photoMate.png'); 
    background-color: #F05365; 
}
.Materii{
    width: 1000px;
    display: flex;
    justify-content: center;
    top:80px;
    left: 50%;
    transform: translateX(-50%);
}
.Title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.Sectie{
    padding:30px 53px ;
    border:3px solid #C9AEEA;
    background-color: #120E16;
    color: white;
    border-radius: 20px;
    width: 100%;
    overflow-y: auto;
    max-height: 600px;
}

.Bootom-toolbar{
    position: fixed;
    bottom:85px;
    z-index: 100;
    width: 1140px;
    height: 90px;
    border:3px solid #C9AEEA;
    background-color: #120E16;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

.Bootom-toolbar div {
    flex: 1; 
    height: 70px; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}