#container {
    width: 100%;
}
#header {
    background-color: #666;
    height: 200px;
    height: 200px;
    display: flex;
    justify-content: center; /* giữa ngang */
    align-items: center;     /* giữa dọc */
    font-size: 35px;
    color:  white;
}

