﻿WorldIndicator {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  
  > i {
    font-size: 128px;
    color: white;
  }
}