* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

html {
    background-color: #000000;
    color: #9B2423;
    overflow: hidden;
}

.logo {
    display: block;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 71%;
    height: auto;
}

.logo:hover {
    width: 73%;
    height: auto;
}

.logo-img {
    width: 79%;
    height: auto;
}

.qr {
    /*
    background: #fff000;
     */
    display: block;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 19%;
    height: auto;
}

.qr:hover {
    width: 17%;
}

.qr-img {
    width: 67%;
    height: auto;
}

table {
    width: 100%;
}
