.puanTablosu{
    position: fixed;
    right: 20px;
    top: 20px;
    border: 4px solid gray;
    padding: 0 5px 0 8px;
    background-color: white;
    border-radius: 15px;
    height: auto;
    width: auto;
    box-shadow: 4px 4px 4px black, inset 3px 3px 3px black;
}