2025-02-17 11:32:06 +04:00
|
|
|
body {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
background-color: #f8bf3c;
|
|
|
|
margin: 50px auto;
|
|
|
|
width: auto;
|
|
|
|
padding: 20px;
|
|
|
|
border-radius: 10px;
|
|
|
|
max-width: 20%;
|
2025-02-21 11:53:20 +04:00
|
|
|
text-align: center;
|
2025-02-17 11:32:06 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
border-radius: 20px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.button {
|
2025-02-21 11:53:20 +04:00
|
|
|
text-align: center;
|
2025-02-17 11:32:06 +04:00
|
|
|
}
|