.item-page {
    color: #00a445;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.item-page img {
    padding: 20px;
    width: 200px;
}
.text {
    color: black;
    font-size: 16px;
    font-weight: normal;
}
.green-line {
    border-bottom: 4px solid #00a445;
    margin-bottom: 10px;
    margin-top: 10px;
}
.silver-line {
    border-bottom: 3px solid silver;
    margin-bottom: 10px;
    margin-top: 10px;
}
a:hover {
    text-decoration: none;
}
.btn-copy-oksoft-number{
    border: none;
    border-radius: 2px;
    margin-left: 0.5rem;
    cursor: pointer;
}
.btn-copy-oksoft-number:hover{
    background: #006e2e;
}
.oksoft-number{
    font-size: 25px;
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    width: 200px; 
    background: transparent; 
    border: none; 
    color: #00A445;
}