@import url("https://fonts.googleapis.com/css?family=Lato:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");
/*---Media Queries --*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: inherit;
  font-family: Lato, sans-serif; }

body {
  background-color: #f2f2f2; }

.center {
  margin: 50px;
  text-align: center; }

.header {
  font-size: 3em; }

.footer {
  font-size: 2em; }

.logo-container {
  border-radius: 10px;
  margin: 0 auto;
  width: 40%;
  padding: 25px;
  height: 40%;
  background-color: white; }

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%; }

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
