body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-container {
    text-align: center;
    width: 90%;
    max-width: 600px;
}

.header-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 150px;
    height: 150px;
    margin-right: 10px;
}

.image-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.imagePlaceholder {
    width: 150px;
    height: 150px;
    border: 2px solid black;
    display: block;
    background-color: white;
}

.greyBackground {
    background-color: #cccccc;
}
