#captcha-container {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 10px;
    border: 1px solid black;
	background-color: #fff;
    border-radius: 5px;
}

#center-shape {
    margin-bottom: 20px;
}

#boxes {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
