@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
  font-family: 'Nunito', sans-serif;
  background-color: #f9f9f9;
}
.app {
    width: 100%;
    height: 100%;
    min-height: 1270px;
}
.footer {
  background: #26565F;
  color: #fff;
  padding: 20px 0;
}
.top-bar {
  background: #26565F;
  color: #fff;
  padding: 10px 0;
}
.top-bar p {
  padding: 5px 0;
  font-size: 18px;
  margin-bottom: 0;
}
.logo {
  max-width: 200px;
}