body {
    width: 900px;
    height: 2000px;
    margin: auto;
    background-color: rgb(167, 186, 202);
    padding: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}
.cv {
    background-color: white;
    border-radius: 20px;
}
p {
    font-size: 20px;
}

.doi_giao_dien {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 30px;
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    background-color: gray;
    border: 4px solid #fdb347;
}
#giao_dien{
    height: 40px;
    width: 140px;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    background-color:black;
    border: 2px solid orange;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
#giao_dien:hover {
    background-color: gray;
    transition: 0.3s;
}

.thong_tin_ca_nhan {
    margin-bottom: 40px;
}
.thong_tin_ca_nhan {
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin: 40px 0;
}
.anh_ca_nhan {
    display: inline-block;
    object-fit: cover;
    height: 250px;
    width: 250px;
    margin: 0 30px;
    border: 4px solid #fdb347;
    border-radius: 50%;
}
.info {
    padding: 20px;
    display: inline-block;
    background-color: gray;
    border: 4px solid #fdb347;  
    margin-left: 200px;
    width: 350px;
    border-radius: 20px;
}
.tieu_de h2 {
    display: flex;
    justify-content: center; 
    align-items: center; 
    background-color: black;
    border: 4px solid orange;
    height: 60px;
    color: white;
    border-radius: 20px;
}
.tieu_de div {
    padding: 20px;
    margin: 0;
    height: 200px; 
    background-color: gray;
    border: 4px solid #fdb347;
    border-radius: 20px;
}
.mo_ta p {
    display: flex;
    justify-content: center; 
    align-items: center; 
}
