.caption {
    position: fixed;
    top: 43%;
    width: 100%;
    color: #ffffff;
    text-align: center;
    border-color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.panel {
    height: 150px;
    width: 500px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    /* border: 1px solid transparent; */
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%); */
}
h1 {
    display: block;
    font-size: 2em;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    margin: 10px;
}
.mrg-top{
    margin-top: -155px;
    position: relative;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    border: 2px solid white;
    border-radius: none;
}
.bg-content{
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    background-image:url("images/top_img.jpg");
    background-size: cover;
}
body{
    margin: 0;
}
.btn-lg {
    border-width: 2px;
    border-color: #ffffff;
    border-radius: 0;
    background-color: #009933;
    width: 300px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
body a{
    text-decoration: none;
}
.blue{
    background-color: blue;
}
.red{
    background-color: #00ff1a66;
}
.d-none{
    display: none;
}
.Footer{
    height: 50px;
    box-sizing: border-box;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #000;
}
.Footer__link {
    margin: 0 10px;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Times New Roman",Times,serif;
    text-decoration: underline;
}
.play-game{
    z-index: 100;
    position: relative;
}
.Buttons__item__img {
    width: 55%;
    height: 51%;
    left: 23%;
    top: 61%;
    object-fit: fill;
    position: absolute;
}
.Buttons__item__text {
    margin-top: 28px;
    font-size: 24px;
    position: relative;
}
.Buttons__item__text  a{
    color: white;
}
.d-block{
    display: block;
}
@media (max-width: 527px){
    .panel {
        height: 120px;
        width: 385px;
    }
    h1 {
        font-size: 27px;
    }
}
@media (max-width: 400px){
    .panel {
        height: 112px;
        width: 302px;
    }
    h1 {
        font-size: 20px;
    }
    .btn-lg {
        width: 213px;
    }
}