2022-08-28 18:11:12 +03:00
|
|
|
.title {
|
|
|
|
color: #4d18e6;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2022-08-28 18:19:03 +03:00
|
|
|
.content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
box-shadow: 0 0 5px 0 #bebebe;
|
|
|
|
max-width: 900px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 10px;
|
2022-08-28 18:11:12 +03:00
|
|
|
}
|
|
|
|
|
2022-08-28 18:19:03 +03:00
|
|
|
.box {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 800px;
|
|
|
|
width: 100%;
|
2022-08-28 18:11:12 +03:00
|
|
|
}
|
|
|
|
|
2022-08-28 20:04:54 +03:00
|
|
|
.box-title{
|
|
|
|
color: #4d18e6;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
2022-08-28 18:19:03 +03:00
|
|
|
.box-value {
|
|
|
|
color: #606060;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|