* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

main {
    width: 100%;
    /* height: calc(100vh - 60px);
    position: absolute;
    top: 60px;
    overflow: scroll; */
    margin-top: 60px;
}

.content {
    padding: 0 10px;
}

.sub-item {
    padding: 10px 0;
}

.sub-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-header-img {
    height: 4.2vh;
    margin-bottom: 5px;
}

.sub-header-text {
    font-size: 0.8rem;
    color: #bbb;
}

.bg-img {
    width: 100%;
    display: block;
}


