body{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
a{
    text-decoration: none;
}
.butoane-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.titlu{
    font-weight: bold;
    font-size: 2rem;
}