@font-face {
    font-family: "Game";
    src: url("../font/Blockblueprint-LV7z5.ttf")format("truetype");
}
body{
    font-family: "Game";
    background-color: rgb(46, 46, 46);
    color: white;
    font-size: 24px;
    margin: 0;
}
.a{
    font-size: 30px;
    display: inline-block;
    text-decoration: none;
    color: rgb(46, 46, 46);

}
.btn{
    width: 140px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.head-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
}
.head-p{
    font-size: 25px;
}
.main-p{
    text-align: center;
    font-size: 80px;
    margin-top: -40px;
}
hr{
    border: 3px solid white;
    z-index: -1;
}
.line{
    position: relative;
    
}
.Q{
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: rgb(46, 46, 46);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    position: absolute;
    left: 47%;
    bottom: -38px;
}
.container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    padding-top: 80px;
}
.i-number{
    outline: none;
    background-color: transparent;
    border: 4px solid white;
    width: 230px;
    height: 100px;
    font-size: 80px;
    text-align: center;
    color: white;
    font-family: "Game";
}
.s{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.sub{
    width: 155px;
    height: 57px;
    outline: none;
    font-family: "Game";
    font-size: 40px;
    cursor: pointer;
}
.right{
    margin-top: -90px;
    font-size: 40px;
}
.text{
    margin-bottom: 2px;
}
.text2{
    font-size: 30px;
    margin-bottom: 64px;
}
span{
    font-size: 30px;
}
.score2{
    font-size: 40px;
}
.highscore2{
    font-size: 40px;
}
