@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: white;
    width: 100%;
    height: auto;
}

.resume {
    width: 100%;
    height: 100%;
    display: none;
}
* {
    color: #58596b;
    font-family: "Poppins", sans-serif;
}

.profile {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: url('../images/profile.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
    border: 1px solid black;
}

.line {
    width: 98%;
    margin: auto;
    height: 50px;
    text-align: center;
    background: cadetblue;
    color: white;
}

section {
    padding: 15px;
    width: auto;
    height: auto;
}

.personal-info {
    text-align: center;
}

.user-name {
    font-size: 2.5rem;
    margin: 0;
}

.summary {
    text-align: center;
}

/* .section-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
} */
.info-container { font-weight: bold;}

.name-append,
.fathername-append,
.age-append,
.email-append,
.phonenumber-append,
.address-append {
    width: auto;
    height: 40px;
    font-weight: normal;
    /* border: 1px solid black; */
}
label {
    font-weight: bold;
}
.skill, .hobbie {
    display: inline-block;
    padding: 10px 20px;
}