.foto {
    height: 300px;
}

.text {
    text-align: center;
}

.title {
    color: rgb(40, 145, 54);
    text-align: center;
}

.nav-box {
    background-color: lightblue;
    width: 200px;
    border: 1px solid black;
    text-align: center;
    height: 20px;
    /* height: ; */
    border-radius: 25px;
}

.ul-style {
    display: table;
    margin: 0 auto;
    list-style: none;
}

.border {
    border: 1;
}

.bg-collor {
    background-color: darkgrey;
}