.inner {
    height: 85vh;
    width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4cb9ede1;
}
.box{
    overflow-y: scroll;
    width: 80%;
    height: 80%;
}
.button{
    position: absolute;
}