html{
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background-image: url('asset/back.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
div{
    text-align: center;
}

.photoImage{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.nameImg{
    margin-bottom: 20px;
}
.textImage{
    width: 200px;
    height: auto;
}
.iconG{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.iconImage{
    width: 40px;
    height: 40px;
    margin: 3px auto;
    transition: transform 0.3s;
}