.info-w{
    position: fixed;
    left:5%;
    top:calc(50vh - 30vw);
    width:90%;
    height:60vw;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color:#222222;
    border-radius: 5px;
    z-index: 999;
   
}
.info-w>div{
    position: absolute;
    left:5%;
    top: 0;
    display: flex;
    column-gap:5%;
    align-items: center;
    height:27.5%;
    width: 95%;
}
.info-w img{
    height: 60%;
}
.dlg-h1{
    color:#24acf2;
    font-family: "Audiowide", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
 
}
.dlg-h2{
    color:#ffecdc;
    width: 100%;
    font-family: "Sansation", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    position: relative;
    top:-20px
    
}
.dlg-h3{
    color:#ffecdc;
    padding: 0 5% 0 5%;
    font-family: "Sansation", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    

 
}
.dlg-h3,.dlg-h2{
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0;
    user-select: none;
}
.dlg-btn{
    position:absolute;
    width: calc(100% - 20px);
    height: 14%;
    left:10px;
    bottom: 10px;
    background-color: #ffecdc;
    border: none;
    color:#222222;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    border-radius: 3px;
    font-size:16px;
    overflow: hidden;

}
@media (min-width:600px){
    .info-w{
        width: 500px;
        height: 333.33px;
        left:calc(50vw - 250px);
        top:calc(50vh - 166.66px);
    }
}
#info-m-bg{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    display: none;
    z-index:998;
}
