.center {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.box.cred {
    width: 45rem;
    height: 38rem;
    background-image: url('/assets/eye.webp');
    background-position-y: -65px;
    background-position-x: -20px;
    border-width: 10px;
}

.btext {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin: 1rem;
    overflow: hidden;
    margin-bottom: -8px;
    padding-bottom: 8px;
    border-bottom: dotted;
    color: #d0d5ff;
}

.stext {
color: #d0d5ff ;
font-weight: bold;
margin: 1.5rem;
overflow: hidden;
font-size: 1..2rem;
line-height: 0.9;
}
