@import url(./normalize.css);
@import url(./variables.css);

html,
body {
  height: 100%;
}

.app {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.app-main {
  flex: 1;
}

.logo-style{
  border-radius: 0;
}