﻿@import "/UI/Styles/styles.scss";

WorldIndicator {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;

    > i {
        font-size: 128px;
        filter: border-wrap(4px black);
        color: white;
    }
}
