html, body {
    font-size: 16px;
    line-height: 1.2;
    font-family: serif;
    margin: 0;
    padding: 0;
}

.main-container {
    /* border: green dashed 1px; */
    position: relative;
    margin-top: 16px;
    margin-left: 16px;
}

.list {
    position: relative;
    margin-left: 32px;
}

.address {
    /* border: red solid 1px; */
    position: absolute;
    top: calc(100vh + 0px);
}