footer {
    background-color: #1d1d1d;
    color: #fff;
    text-align: center;
    padding: 20px 20px 60px;
    display: flex;
    justify-content: center;
    font-family: 'Rosarivo', sans-serif;
}

.footer-main {
    margin: 30px;
    border-top: 1px solid #fff;
    flex-basis: calc(60% - 10px);
    text-align: left;
}

.footer-main h2 {
    margin-top: 10px
}

.footer-sub {
    text-align: left;
    margin: 30px;
    border-top: 1px solid #fff;
    flex-basis: calc(30% - 10px);
}

.footer-sub h2 {
    margin-top: 10px
}