html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #8e9eab;
  background: linear-gradient(to left, #8e9eab, #eef2f3);
  font-family: 'Raleway', sans-serif;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.all {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 5px;
  stroke: none;
}
p {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  opacity: 0.8;
  margin: 0;
  padding: 0;
}