body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #000;
    /* background-image: url('background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    color: #fff;
    text-align: center;
    
  }
img {
    width: 300px;
    height: auto;

}
.logo {
    width: 50px;
    height: auto;
    border-radius: 7px;
}

h4 {
    border-radius: 25px;
    border-style: solid;
    background-color: #000;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

table {
    margin: auto;
}

thead th {
    width: 70px;  /* Ширина ячейки */
    height: 50px;  /* Высота ячейки */
}

.popuplink {
    width: 95%;
    margin-left: -5px;
}

a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 600px) {
    h4 {
        width: 90%; 
    }
}

