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

.display-container {
    display: flex;
}

.image-container {
    border: 3px solid green;
    width: 600px;
    height: 500px;
}

.status-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 600px;
    height: 50px;
}

.fillColor {
    background-color: black;
}

button {
    margin: 20px;
    height: fit-content;
}

img {
    width: 100%;
    height: 100%;
}

a:hover {
    cursor: pointer;
}

.one,
.two,
.three,
.four,
.five {
    border-radius: 50%;
    border: 1px solid black;
    height: auto;
    width: 50px;
}