.main-footer {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: 0;
    background: #1f2937;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    height: 7.5vh;
    z-index: 1000;
    width: 100%;
}

.main-footer .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    height: 7.5vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-footer .container p{
    padding: 0;
    margin: 0;
}