body{
    background-color: #FF9D00;
    font-family: 'Roboto Condensed', sans-serif;    
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.bg-white{
    background-color: white;
}
.text-white{
    color:white;
}
input[type="button"]{
    display: block;
    background-color: black;
    color:#FF9D00;
    text-align: center;
    width: 350px;
    padding:8px 0;
    font-size: 36px;
}
.annotation{
    color:white;
    font-style: italic;
    font-weight: normal;
    line-height: 28px;
    font-size: 24px;
}
.game-name{
    border:4px solid white; 
    padding: 8px 16px;  
    color:white;
}
.mb-104px{
    margin-bottom: 104px;
}
.fz-112px{
    font-size: 112px;
}
.fz-30px{
    font-size: 30px;
}

.df-aic{
    display: flex;
    align-items: center;
}


.start,.game,.restart{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.d-n{
    display: none;
}
.h1-highlight{
    font-size: 240px;
    line-height: 208px;
    text-shadow: 12px 0px 0px #000000;
}
h1{
    font-size: 96px;
    line-height: 1;
    position: relative;
    margin-left: 24px;
}
.h1-decoration{
    font-size: 44px;
    border-bottom:15px double white;
    position: absolute;
    top:20px;
    right:0;
}




.game-score{
    display: inline-block;
    color:#FF9D00;
    padding:12px 16px 8px;   
}
.game-countDown{
    font-size: 96px;
    margin-left: 128px;
    font-style: italic;
}
.game-topic{
    display: flex;
    align-items: center;
    position: relative;
}
input[type="text"]{
    width: 255px;
    text-align: center;
    border:0;
    margin-left: 30px;
    font-weight: bold;
}
.input-ann{
    position: absolute;
    bottom:-28px;
    right:26.5px;
}



.restart-title{
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 56px;
}