html {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.vc {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body {
    background-color: black;
    background-blend-mode:hard-light;
    background-image: url(../img/space2.gif);
    background-size: cover;
    touch-action: none;
    
}

.menub {
    text-align: center;
    border: none;
    width: 110px;
    height: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 12px;
    vertical-align: auto;
    border-radius: 5px;
}

.menud {
    border: none;
}

.droomimage {
    display: flex;
    justify-content: center;
}

.actions {
    text-align: center;
    background-color: rgb(0, 0, 0);
}

.actions td {
    color: rgb(126, 126, 126);
    padding: 10px;
    border: solid;
    border-color: rgba(43, 43, 43, 0);
    border-collapse: collapse;
    margin: 0px;
    width: 207px;
    height: 20px;
    font-size: 13px;

}

.actions td:hover {
    border-style: none;
    font-style: italic;
    color: rgb(212, 212, 212);
    border-color: rgb(186, 186, 186);
    cursor: pointer;
    border-width: 1px;

}

.actions tr {
    width: 33%;
}

.roomimage {
    width: 700px;
    height: 500px;

}

.rHead {
    color: rgb(255, 255, 255);
    font-size: 10px;
}

.texti {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    width:610px;
    height: 30px;
    border: none;
    border-radius: 15px;
    background-color: rgb(10, 10, 10);
    color: rgb(126, 126, 126);
}

.textib {
    height: 32px;
    width: 68px;
    border: none;
    border-radius: 15px;
    margin-left: 10px;
    background-color: rgb(20, 20, 20);
    color: rgb(186, 186, 186);
    background-image: url(.../img/send.png);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ditems {
    background-color: black;
    border: solid rgb(20, 20, 20);
    color: rgb(60, 60, 60);
    height: 28px;
    padding-top: 11px;
    padding-left: 15px;
    font-size: 13px;
}

.sitems {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.sitemsw {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: rgb(186, 186, 186);
}