html{
    text-align: center;
}

.carddd{
    text-align: center;
    display: inline;
    display: inline-block;
    max-width: 700px;
    padding: 10px;
}

img{
    max-width: 100%;
    object-fit: contain;
    margin: 0px auto;
    border-radius: 0.938rem 3.125rem 0.25rem 0.25rem;
    border: solid 4px black;    
}
a{
    color: black;
}
a:link:visited:focus{
    color: black;
}

a:hover{
    color: rgb(85, 85, 85);
}

.flex-container {
    display: flex;
    justify-content: space-between; /* Standardwert */
  }




.mybtn{
    width: 100%;
    background-color: black;
    border: solid 5px black; 
    margin: 5px 0px 5px 0px;
}

.btn-margin{
    margin: 5px 5px 5px 5px;
}

.mybtn:hover{
    background-color: rgb(85, 85, 85);
    border: solid 5px rgb(85, 85, 85); 
}

.btn-left{
    border-radius: 0.25rem 0.25rem 0.25rem 3.125rem;
}

.btn-right{
    border-radius: 0.25rem 0.25rem 1.875rem 0.25rem;
}

.mybtn2{
    width: 100%;
    border-radius: 4px 13px 8px;
}

.my-custom-scrollbar {
    border-radius: 0.25rem 0.25rem 1.875rem 3.125rem;
    border: solid 4px black;
    position: relative;
    height: 100%;
    overflow: auto;
}



td{
    background-color: white;
}



