footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: auto 0 0 auto;
    height: max-content;
}

.social-media-logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40px;
    max-height: 40px;
}

.tile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
}

.footerParagraph {
    margin: 5px;
}