#main-div {
    background-color: #353b43;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

#logo {
    margin: 10px 0px;
}

#details-heading {
    justify-content: center;
}

#details {
    justify-content: flex-start;
}

#footer {
    margin-top: 10px;
    padding: 20px 0;
}

#footer-text {
    font-size: .75rem;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

h4, p, li {
    color: white;
    font-family: 'Quattrocento Sans', sans-serif;
}