body {
    height: 100vh;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

body, html {
    width: 100%;
    height: 100%;
    background-color: black;
}

.row {
    background-color: black;
    color: black;
}

img {
    min-width: 250px;
    max-width: 60%;
}

#modal {
    max-width: 100%;
    justify-content: center;
}

.modal-content {
    justify-content: center;
    max-width: 100%;
}

#staticBackdropLabel {
    color: black;
    font-weight: 700;
}

h2#social-media-icon {
    display: inline;
}

footer > p {
    color: white;
}

.btn {
    border-radius: 25px;
    background-color: #286F0E;
    color: white;
    border: none;
}

.btn-secondary {
    background-color: grey;
}

.btn:hover {
    color: hsl(0, 0%, 100%);
}

.social-media {
    margin: 0px 0px 20px 0px;
}

.bi {
    color: #286F0E;
    margin: 10px;
}

.bi:hover {
    color: hsl(0, 0%, 100%);
}