html {
    padding: 0;
    margin: 0;
}

.page-footer {
    bottom: 0;
    overflow: hidden;
    /* min-height: 100%; */
}

.footer {
    display: flex;
    -webkit-flex:1;
    flex:1;
    justify-content: center;
    color: white;
    flex-direction: column;
    padding-top: 20%;
    line-height: 1rem
}

.unduh-sekarang {
    font-size: 0.7rem;
    font-weight: bold;
}

.fontsize-footer {
    font-size: 0.7rem;
}

.icon-link {
    height: 45px;
    width: 45px;
    padding: 2px;
}

.flex.title-footer {
    font-weight: 600;
    flex: 0.2;
    font-size: 1.1rem;
    margin-bottom:1.5vh;
}

.flex.weight-small.flex,
a {
    color: #ffffff;
}

.flex.weight-small.flex a:hover {
    /* color: #fc2c33; */
    text-decoration: underline;
}
