.yellow
{
    background-color: rgb(93, 213, 8);
    color: black;
}
.t-margin
{
    margin-top: 8px !important;
}
.b-margin
{
    margin-bottom: 32px !important;
}
.popups
{
    flex-direction: row;
    border-radius: 50px;
    background-color: rgba(209, 23, 23, 0.5);
    padding-left: 30px;
    margin: auto;
}
.close
{
    margin: auto 0;

}
.close:hover
{
    color: aqua;
    cursor: pointer;
}
.center
{
    top: 50%;
    margin: 10px 0px;
}
.spad
{
    margin: 0;
}
.small-text
{
    font-size: 24px;
}