.container{
    height: 100%;
    width:100%;
    background-color: black;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
}

.iconContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%
}

.bodyContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
}

.profileContainer{
    background-color: white;
    border-radius: 50%;
    height:150px;
    width:150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgclass {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    z-index: 100;
}

.rectangle {
    position: relative;
    background-color: white;
    border-radius: 20px;
    width: 90vw;
    top: -75px;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
    font-size: large;
    row-gap: 50px;
}

.rectContainer {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.card {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 16px;
}

.socialMedia{
    display: flex;
    column-gap: 50px;
}

.footer{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}