html,
body {
    /*touch-action: none;*/
    font-family: Arial;
    position: relative;
    width: 100%;
    height: 100%;
    /*color: rgb(250, 60, 70);*/
    /*background: url('../runaway1.png') no-repeat center center;*/
    background-size: 1000px;
    background-color: black;
    margin: 0;
    padding: 0;
}

#tile-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#info-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: black;*/
    z-index: 999;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    color: white;
}

a {
    color: inherit;
}


#runaway-img {
    width: 70%;
}

#info-content-wrapper {}

#tiles {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

#runaway-logo {
    width: 50%;
    padding-bottom: 10px;
}


#tile-contents {
    /*background:#414345;*/
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto;
    width: 500px;
    height: 500px;
}

#info-content {
    text-align: center;
}

.key {
    vertical-align: middle;
    line-height: 90px;
    display: block;
    font-size: 7em;
}

.tile {
    color: white;
    word-wrap: normal;
    display: inline-block;
    font-size: 0.6em;
    /*border: 1px solid white;*/
    border-radius: 2px;
    width: 119px;
    height: 120px;
    float: left;
    margin: 3px;
    padding: 0;
    background: #232526;
    cursor: pointer;
    user-select: none;
    /* fallback for old browsers */
    /*W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    */ box-shadow: 0 0px 0 #1e1e1e, 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

.active {
    background: #232526;
    /*background: url('https://obdlab.com.pk/soundboard/assets/kanye.png') no-repeat center center;*/
    background: url('https://i.imgur.com/vvvzF2W.png') no-repeat center center;
    background-size: 50%;
    /*box-shadow: 0 0px 0 #1e1e1e, 0px 0px 0px 1px rgba(0,0,0,0);*/
}

#spam-mode {
  color: red;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

.text-center {
    text-align: center;
}


@media only screen and (max-device-width: 600px) {
    body {
        top:25px;
    }
    #tile-contents {
        width: 300px;
    }
    .tile {
        width: 94px;
        height: 75px;
    }
    .key {
        font-size: 3.5em;
        line-height: 55px;
    }
}
