#root {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infoWindow {
    width: 60%;
    height: 300px;
    padding: 40px;
    background-color: aqua;
}

.buttonWrapper {
    margin-top: 30px;
}