 .mytable tbody tr td {
    white-space: normal;
 }

 .mytable {
    table-layout: fixed;
    width: 100%;
 }

 .imgcenter {
    width: 100px;
    object-fit: cover;
    /* cover, contain, fill, scale-down */
    object-position: center;
 }

 .survei {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

 }

 .textsurvei {
    margin-left: 10px;
 }

 .content {
    text-align: center;
 }

 .stroke {
    color: #04b962;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
 }

 @media only screen and (max-width: 600px) {
    .stroke {
       color: #04b962;
       -webkit-text-stroke-width: 1px;
       -webkit-text-stroke-color: white;
       font-size: 25px;
       line-height: 30px;
    }

    h1 {
       font-size: 35px;
    }
 }

 .redc:hover {
    background-color: rgba(88, 88, 88, 0.384);
 }

 .blue {
    background-color: #6115db;
 }


 .green {
    background-color: #04b962;
 }

 .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }