.trash-app {
    height: 50vh;
    width: 50vw;
    top: 15vh;
    left: 40vw;
}

.trash-body {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}