* {
  box-sizing: border-box;
  font-family: sans-serif; }

body {
  margin: 0 auto;
  background-color: #181818; }

.main-container {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.main-box {
  min-width: 853.33333px;
  min-height: 480px;
  background-color: #181818;
  color: #181818;
  border-radius: 6px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch; }

.example-center {
  display: flex;
  min-height: 512px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: white; }
  .example-center .example-center-figure {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: white; }
  .example-center h4 span {
    font-weight: 100; }

/*# sourceMappingURL=style.css.map */
