* {
  margin: 0;
  padding: 0;
  color: blue;
  background: #212121;
}

body {
  font-family: "Source code pro", Arial, sans-serif;
  line-height: 1.4;
  height: 100vh;
  margin-top: 250px;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}