* {
    margin: 0;
    padding: 0;
    border: 0;
}


body {
    background: url(../res/foto.jpg) no-repeat center center fixed; 
    min-height: 100%;
    background-size: cover;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif;         */
}

header {
    background-color: #045a8d; /* Albastru inchis */
    color: #ffffd9;
    font-size: large;
    border-bottom: #ffffd9 1px solid;
    height: 40px;
}

header ul {
    padding-top: 9px;
    display: flex;
    list-style: none;
    justify-content:space-around;    
    align-items: center;
}

header ul li a {
    text-decoration: none;
    color: #ffffd9;
}

.mnu:hover {
    border-bottom: #e31a1c 2px solid;
}

#sel {
    background-color: #ffffd9;
    color: #045a8d;
    font-weight: bold;
    border: #e31a1c 1px solid;
    border-radius: 5px;
}

footer {
    background-color:#045a8d; /* Albastru */
    color: #ffffd9;
    text-align: center;
    /* padding: 5px 0; */
    height: 25px;
    position: fixed;
    bottom: 0;
    width : 100%;
    border-top: #ffffd9 1px solid;
        /* margin-top: auto; */
}

.afis {
    padding-left: 20px;
    text-align: center;
    width: 30%;    
}

#txt1 {
    background-color: #ffffd9;
    width: 100%;
    /* border: 2px solid #ccc; */
    border: 1px solid #045a8d;
    padding: 3px;    
}

#rez {
    width: 100%;
    background-color: #ffffd9;
    /* border: 1px solid #045a8d; */
    padding-left: 3px;
    text-align: left;
    /* white-space: pre-wrap;
    word-wrap: break-word; 
    overflow-wrap: break-word; */
    /* overflow-wrap: normal; */
    /* color: azure; */
    font-family: 'Courier New', Courier, monospace;    
}

#btn {
    color: #ffffd9;
    background-color: #045a8d;
    padding: 6px;
}
