/*@import url('https://getbootstrap.com/dist/css/bootstrap.css');*/

html, body, .container-table 
{
    height: 100%;
    background-color:#000;
}
.container-table 
{
    display: table;
}
.vertical-center-row 
{
    display: table-cell;
    vertical-align: middle;
}

.text-center {
    height:300px;
    background-color:red;
}

.center{
    position: absolute;
    height: 480px;
    width: 640px;
    /*background:red;*/
    top:calc(40% - 480px/2);
    left:calc(50% - 640px/2);
    /*background-image:url('../../assets/images/gekka_logo_notrademark.png');*/
    background-position-x: 100px;
    background-position: 100px 0px,center;
    background-repeat: no-repeat;
}

.footer{
    margin-left:20px;
    width:400px;
    color:#eee;
    font-family:verdana;
    font-size:10px;
    letter-spacing: 3px;
    white-space: nowrap;
    
}

canvas:hover {
    cursor: n-resize;
}

.footer a{
    color:#09ba08;
    text-decoration:none;
}

.btn{
    letter-spacing: 0px;
}

.footer a:hover{
    color:#01ff00;
    
}