﻿.subject3 {
    width: 220px;
    height: 50px;
    border-radius: 20px;
    background: #454545;
    font-size: 16px;
    font-family: 'Global Monospace';
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    position: fixed;
    left: calc(50% - 110px);
    top: calc(50% - 25px);
    color: #fff;
}


.smallbox {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}
