|
body {
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
.dial-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 30px;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.dial {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
textarea {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
canvas {
|
|
margin-bottom: 5px;
|
|
}
|