.box{
    width: 100px;
    height: 100px;
    background: pink;
    color: rgb(80, 53, 57);
}

#one{
    position: fixed;
    top: 80px;
    left: 10px;
    background: rgb(255, 67, 98);
    text-align: center;
    padding: 15px;
}

.outer{
    width: 500px;
    height: 300px;
    overflow: scroll;
    padding-left: 150px;
}