body{
    margin: 0;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 16px;
}

#header{
    background-color: black;
    width: 100%;
    height: 100px;
    color: white;
    display: flex;
    top: 0;
    left: 0;
    position: fixed; /* Giữ cố định header trên cùng */
    
    z-index: 10; /* Đảm bảo header luôn trên cùng */
    

}
.Sau_header{
    margin-top: 50px;
}

.column {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center; /* Căn giữa nội dung theo chiều dọc */
}
#Menu{
    flex: 1;
    display: flex;
    align-items: center; /* Căn giữa nội dung theo chiều dọc */
    justify-content: flex-end; /* Căn phải nội dung theo chiều ngang */
    font-size: 18px;
}
.resized-image {
    width: 64px;
    height: 64px;
}
.m{
    padding-right: 40px;
    cursor: pointer;

}
#Load{
    cursor: pointer;
    font-size: 30px;
}

.no-underline {
    text-decoration: none;
}

.Khung{
    background-color: white;
    margin-top: 50px; 
    margin-left: 50px;
    margin-right: 50px;
    width: auto;
    height: auto;
    border: 2px solid black;  /* Viền đen dày 2px */

}
.dau{
    background-color: black;
    width: 100%;
    height: 30px;
    color: white;
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center;    /* Căn giữa theo chiều dọc */
    margin: 0 auto;         /* Để khung ở giữa màn hình theo chiều ngang */
    font-size: 20px;
}
.noi_dung{
    padding: 20px;

}
#Logo_Map{
    height: 100px;
    width: 100px;
}
#Logo_Flappy_Bird{
    height: 50px;
    width: 200px;
}
#anh_chan_dung{
    padding: 50px;
}


@media screen and (max-width:830px) {
    #header{
        height: 50px; 
    }
    #anh_chan_dung{
        padding: 15px;
    }
    #Load{
        font-size: 15px;
    }
    #Menu{
        font-size: 10px;
    }
    .m{
        padding-right: 10px;
    }
    body{
        font-size: 8px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .Sau_header{
        margin-top: 10px;
    }
    .column{
        padding-left: 10px;
        padding-right: 10px;
    }
    .resized-image {
        width: 30px;
        height: 30px;
    }
    .Khung{
        margin-top: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .dau{
        font-size: 16px;
    }
    #Logo_Map{
        height: 50px;
        width: 50px;
    }
    .noi_dung{
        font-size: 10px;
    }
    #Logo_Flappy_Bird{
        height: 25px;
        width: 100px;
    }


    
}