@import url('https://fonts.googleapis.com/css?family=Nunito');

body {
    background: white;
    font-family: 'Nunito', sans-serif;
    font-size: 1.1em;
    color:black;
}

.fullScreen {
    background-color: white;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: black;
  padding: 1.5%;
}
