
/*.infoback {
    border-style: solid;
    border-radius: 5px;
    width: 300px;
    height: 50px;
    border-color:rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    text-align: center;
    font-family: "Poly"; 
    font-size: calc(15px * var(--font-scale));
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}


