.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.footer {
  left: 0;
  padding: 10px 5px ;
  bottom: 0px;
  width: 100%;
  color: #555963;
  text-align: center;
}

.App-link {
  color: #61dafb;
}

.site-layout-background {
  background-color: white;
}

.example {
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 30px 50px;
  margin: 20px 0;
}

.section-container {
  display: flex;
  flex-direction: column;
}

/* @import "~antd/dist/antd.css"; */

