.windows-popup{
    display: flex;
    position: absolute;
    flex-direction: column;
    background-color: red;
    width: 100%;
    height: 100%;
    justify-content: end;
}