.outer-container{
    display: flex;
    width:100%;
    height:100%;
    margin-top: 50px;
    justify-content: center;

    
}

.leftbar{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.rightbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tag{
    display: flex;
}

.tag img{
    width: 30px;
    height: 30px;
}

.ques {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ques img{
    widows: 600px;
    height:400px;
    
}

.headermiddle img{
    height: 20px;
    width: 20px;
}

.tagmiddle img{
    height: 20px;
    width: 20px;
}

.bottommiddle img{
    height: 40px;
    width: 60px;
}

hr.new5 {
  border: 10px solid var(--twitter-color);
  border-radius: 5px;
}

.flag-wrapper {
    position: fixed;
    top: 0px; /* Điều chỉnh vị trí đặt cờ theo ý của bạn */
    right: 100px; /* Điều chỉnh vị trí đặt cờ theo ý của bạn */
    display: flex;
    flex-direction: row; /* Hiển thị các lá cờ theo hàng ngang */
    align-items: center; /* Canh giữa các lá cờ theo chiều dọc */
}
.flag {
    font-size: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
}

/* Cập nhật kiểu liên kết của bạn */
.flag-link {
    font-size: 16px;
    color: #0000ff; /* Màu văn bản của liên kết */
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

/* Hiệu ứng khi di chuột qua cờ */
.flag-link:hover {
    opacity: 0.7;
}