.PiePagina{
    background-color: #000066;
    color:white;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    border-radius: 10px;
}