﻿@charset "UTF-8";

dialog {
    position: relative;
    top: 30px;
    border: hidden;
    border-radius: 10px;
    background-color: lightgray;
}

.dialogue {
    background-color: lightgray;
}
