﻿.gallery-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.gallery-container div {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}

.gallery-container img {
    height: 40px;
}

.timeline-button-container {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.timeline-button-container button {
    background-color: #CCFF00;
    color: black;
    border: 2px solid black;
    border-radius: 25px;
    padding: 8px 60px;
    font-size: large;
}