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

body {
    font-family: Georgia, sans-serif;
    background-color:  #111a19;
    color: rgb(255, 255, 255);
    line-height: 1.3;
}

header {
    background-color: #03fffba1;
    color: white;
    padding: 20px 0;
    text-align: center;
}

header h1 {
    font-size: 2.5em;
}

section {
    padding: 20px;
    margin: 20px;
    background-color: rgba(5, 52, 52, 0.697);
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0, 0, 0);
    font-size: 1.1em;
}

h2 {
    color: #03fffba1;   
    font-size: 2.5em;
}

section img {
    max-width: 35%;
    height: auto;
    border-radius: 4px;
    margin-top: 10px;
}

/* lista cu masini */
ul {
    list-style-type: disc;
    font-size: 1.8em;
}
ul1, p2 {
    list-style-type: disc;
    font-size: 1.5em;
}

h4 {
    list-style-type: disc;
    font-size: 1.2em;
}

footer {
    background-color:  #111a19;
    padding: 20px;
}