*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #202325;
}
header .container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}
header .navbar-logo img{
    width: 120px;
}
 a {
    font: 14px arial, Microsoft JhengHei, 微軟正黑體, sans-serif;;
    color:#202325;
}
header .login-btn{
    border: solid  1px #d9d9d9;
    border-radius: 18px;
    padding: 0 10px;
    margin-left: 10px;
}
header .login-btn:hover{
    background-color: #7532bd;
    border: solid 1px #fdda25;
}
header .nav-icons i{
    color: red;
    font-size: 25px;
}
header .nav_login {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 32px;
}
.game-title {
    display: flex;
    justify-content:space-between;
    align-items: center;
    
}
.game-title-img img {
    height: 24px;
}
.game-title-img img{
    margin-right: 12px;
}
.lines {
    width: 200px;
    margin: 0 10px;
}
.game-title .game-title-name p{
    width: max-content;
}
.list-games-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

.list-games-title p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
}
.game-title-btn button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    border: 1px solid #acacae;
    padding: 3px 2px;
}
.row-entries{
    display: flex;
    flex-wrap: wrap;
}
.btn-text , .btn-icon{
    font-size: 13px;
    margin: 0 2px;
}
footer .footer-content{
    padding: 0 10%;
}
footer p{
 font-size: 15px;
 line-height: 27px;
}
.footer-copyright ul {
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 10px 0;
    list-style: none;
}