#main {
    width: 50%;
    border: 2px solid #06192b;
    margin: auto;
    box-shadow: -12px 17px 25px -4px rgba(0, 0, 0, 0.57);
    border-radius: 0.5rem;
}

#title {
    padding: 10px;
    text-align: center;
    font-weight: 100;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
}

h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
}

#tribute-info {
    font-family: 'Source Code Pro', monospace;
    padding: 10px;
    text-align: justify;
}

#img-div {
    max-width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin: 0 auto;
}

/* On mouse-over, add a deeper shadow */
#img-div:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
#img-caption {
    padding: 2px 16px;
    overflow-wrap: break-word;
}

#image {
    max-width: 100%;
    max-height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

#tribute-link {
    text-decoration: none;
    font-size: 20px;
    margin-left: 80%;
    margin-bottom: 5%;
}

#tribute-link:hover {
    border: 1px solid #0cf436;
}
