nav {
  font-size 12px;
}

body {
    margin: auto;
    background: black;
    color: green;
    font-family: "Lucida Console", Monaco, monospace;
}

.container-fluid {
    padding: 60px 50px;
}

.jumbotron {
    background: black;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    background-color: red !important;
}

#titolo img {
    height: 24px;
}

#saluti img {
    height: 48px;
}

.pic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
