.main-frame {
    margin-top:100px;
    width:100%;
    height:calc(100% - 140px);
    border:thin solid lightgray;
    border-radius:10px;
    box-shadow: 2px 3px #eeeeee;
}