/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-gen-2020, 18.17.47
    Author     : barbara
*/

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    display: flex;
    background-color: #eafaf1;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* Style the links inside the navigation bar */
.navbar a {
    
  float: left;
  display: block;
  color: black;
  float: left;
  text-align: center;
  padding: 10px;
  color: black;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.navbar img {
  position: relative;
  float: center;
  display: block;
  margin: auto;
  padding: 10px 10px;
  max-width: 100%;
  max-height: 100%;
}
