html {
    /* height: 100%; */
}
body {
    height: 100%;
}

#all-content {
    background-image: url('body_image-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

#navbg {
    background-image: url('header-bg.png');
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

#navbg-tpm {
    width: 200px;
    height: 40px;
    margin-left: 40px;
    margin: 30px;
    color: white;
    font-size: 30px;
    align-self: center;
    font-family: HouschkaPro-Medium;
    background-image: url(logo_TPM_KO.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#navbg-vbe {
    margin: 30px;
    color: white;
    font-size: 18px;
    align-self: center;
    font-family: HouschkaPro-Medium;
    text-decoration: none;
}

#navbgout a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.platformMsgBoxMainText {
    font-size: 25px !important;
    text-align: center;
}
.browserInfo {
    margin-left: 20px;
    width: 300px;
    height: 75px;
    align-self: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.browserInfoSpace {
    height:75px;
    margin: 15px;
    text-align: left;
    display: flex;
    justify-content: center;
}
.browserInfoSpace img {
    height:75px;
}

#keyicon2 {
    width: 89px;
    height: 60px;
    margin-right: 10px;
}
#dragicon2 {
    width: 66px;
    height: 60px;
}
