.modal
{
    display: none;
    height: 50vh;
    width: 50vw;
    margin-left: 25vw;
    background-color: silver;
}

.modal.visible
{
    display: blocK;
}
