html{height:100%}
#game-name {
    font-size: 15pt;
    font-weight: 200;
    line-height: 18pt;
    padding: 0 15px;
  }

#container {
	background: transparent;
    height: 100%;
	width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 0;
    position: absolute;
    padding: 0;
    cursor: pointer;
    opacity: 1;
  }

  
p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 9px;
}

#play-now-box{
    color: white;
    background: #FC3010;
    border-radius: 25px;
    font-size: 2em !important;
    line-height: 1.5em;
    margin: 15px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid rgba(0,0,0,0.5);
}

#bg-img{
    height: 170px;
    background-size: cover;
    border-radius: 5px;
    margin: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
  button {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
  }

#play-now{
    font-size: 71%;
    font-weight: bolder;
    text-transform: uppercase
	}

#play-btn {
    background: white;
    border-radius: 10px;
    border: 0;
    display: block;
    position: absolute;
    min-width: 300px;
    max-width: 300px;
    min-height: 266px;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    opacity: 1;
  }

  body {
	height:100%;
    background-color: #000000;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
