body {
  margin: 0 0 100px;
  padding: 0;
  background: #eee; }

header {
  background: #63BDD2;
  display: flex;
  height: 100vh;
  min-height: 250px;
  color: white;
  font-style: italic; }

h1 {
  font-size: 7vw;
  margin: auto;
  color: white;
  text-align: center; }
  h1 span {
    font-size: 5vw; }

ul {
  margin-left: 0;
  padding: 0;
  list-style: none; }

ul.demo-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5vw 0 0 0;
  align-items: center;
  justify-content: space-around; }

li.demo {
  width: 20vw;
  height: 20vw;
  background: #fff;
  border-radius: 50%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap; }

li.demo:first-child {
  width: 16vw;
  height: 16vw; }
  li.demo:first-child h2 {
    width: 9vw; }

li.demo:nth-child(2) {
  width: 20vw;
  height: 20vw; }

li.demo:nth-child(3) {
  width: 22vw;
  height: 22vw; }
  li.demo:nth-child(3) h2 {
    width: 11vw; }

li.demo:nth-child(4) {
  width: 21vw;
  height: 21vw; }

li.demo:last-child {
  width: 20vw;
  height: 20vw; }

h2 {
  width: 10vw;
  font-size: 1.8vw;
  color: black; }

a {
  color: black; }

p {
  text-align: center; }

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