﻿@import "/UI/Styles/styles.scss";

ShopDialoguePanel {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: $font-primary;
  color: $text-primary-color;
  justify-content: center;
  
  .dialogue {
    position: absolute;
    top: 5%;
    font-size: 40px;
    text-shadow: 0 2px 1px black;
  }
}