.info-rect {
    position: relative;
    width: 75%;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 3%;
    margin-bottom: 5%;
    border-radius: 25px;
}

.info-rect-margin-top {
    margin-top: 5%;
}

.info-rect img {
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.info-rect button, .info-grid button, button, .button-class {
    background-color: #000000; /* Matches the black accents */
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;

    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);

}

.info-rect img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
} 

.info-rect h1{
    text-align: center;
}