.modal {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    display: flex;
    background-color: rgba(0,0,0,0.8);
}

.modal .body {
    border-top: 1px solid black;
}