*, *::before, *::after {
    box-sizing: border-box;
}

html,
body {
  margin: 0;
  background-color: #0089e4;
  font-family: 'Ubuntu', sans-serif;
}

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

.content {
  width: 100%;
}
