html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
 

/*Home*/
.bgDiv_Home {
    background-image: url('sky_back.jpg');
    background-size: 150%;
    min-width: 350px;
    margin-bottom: 75px;
}

.Home_top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
    font-size: 25px;
    height: 50px;
    border-bottom: 1px solid;
    background: white;
}
.Home_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    font-family: monospace;
    font-size: 15px;
    width: 100%;
    min-height: 50px;
    border-top: 1px solid;
    background: white;
    flex-direction: column;
}
.Home-box {
    min-width: 300px;
    display: inline-block;
    border: 2px solid black;
    border-radius: 5px;
    vertical-align: top;
    margin: 10px;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: white;
    background-size: cover;
    background-position: center;
}
    .coin {
        background-image: url('coin.jpg');
    }
    .lottery {
        background-image: url('lottery.jpg');
    }
.BoxTitle {
    font-family: 'HangeulNuri-Bold';
    font-size: 20px;
    font-weight:bold;
    background-color: #ffd800;
    color: #eb7878;
    text-shadow: var(--thinStroke-black);
    padding: 10px 0px 5px;
    margin-bottom: 50px;
}

.BoxListBtn {
    border: 1px solid black;
    margin: 10px;
    padding: 5px;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
    background-color: white;
    position: relative;
}
/*Lotto*/
.bgDiv_Lotto {
    background-color:#565454;
    background-size: 150%;
    min-width: 350px;
    margin-bottom: 75px;
}
.Lotto_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: monospace;
    font-size: 15px;
    height: 50px;
    border-bottom: 1px solid;
    background: white;
}
.Lotto_top_center{
    display:flex;
}

.Lotto_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    font-family: monospace;
    font-size: 15px;
    width: 100%;
    min-height: 75px;
    border-top: 1px solid;
    background: white;
    flex-direction: column;
}

.mini_title_bar {
    padding: 5px;
    display: flex; 
    justify-content: center;
}
 