:root{
    --marging-profile: 2%;
    overflow-x: hidden;
}

*{
    margin: 0;
    padding: 0;
    background-color: black;
}

hr{
    width: 50%;
    margin: 0 auto;
}

.head{
    border: 2px, solid, gray;
    height: 12vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.head h1{
    color: white;
    margin-left: 15px;
    font-size-adjust: 1;
}

.body{
    height: fit-content;
    width: 100%;
    border: 2px, solid, gray;
    display: flex;
    flex-direction: column;
}

.cart{
    padding: 1%;
    display: flex;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
    flex-direction: column;
}

.cart p {
    color: white;
    font-size: 2rem;
}

.cart h1{
    color: white;
}

.subcart{
    border: 1px solid white;
    color: white;
    font-weight: bold;
    margin-top: 2%;
}

.subcart img{
    background-color: white;
    height: 5vh;
    width: auto;
    border-radius: 17%;
}

.subcart div{
    display: flex;
    justify-content: space-between;
    margin-top: 1vh;
    margin-right: 2%;
}

.subcart p{
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 1%;
    margin-left: 1%;
}

.subcart p:last-child{
    margin-top: 4%;
    margin-bottom: 1%;
}

.cart-title{
    color: white;
    width: 125vh;
    display: flex;
    justify-content: start;
    font-size: 5vh;
    margin: 0 auto;
}

.profile-text{
    margin-left: var(--marging-profile_text);
    color: white;
}

.profile-text h1{
    font-size: 10vh;
}

.profile-img{
    height: 35vh;
    width: 35vh;
    border-radius: 50%;
    margin: 0 auto;
}

.experience-logo{
    height: 5vh;
    background-color: white;
}

.footer{
    height: 12vh;
    width: 100%;
    border: 2px, solid, gray;
}