.dot {
width: 200px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
gap: 0 24px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.dot {
width: 200px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
gap: 0 24px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}