body {
    background: linear-gradient(#fbc2eb, #a6c1ee) no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    font-family: Raleway, sans-serif;
    color: rgb(66,66,66);
    margin: 0;
}

h1 {
    font-size: 13vw;
    font-weight: 900;
    text-align: center;
    margin-bottom: 5vw;
    margin-top: 3vw;
}
a{
    color: rgb(66,66,66);
}

.friendCard {
    margin-bottom: 5vw;
    width: 80vw;
    margin-left: 10vw;
    min-height: 30vw;
    border-radius: 2vw;
    background-color: #eeeeee ;   
    box-shadow: 0 0 3vw gray;
}
.friendCard:first-child{
    background-color: white;
}

.smallFace {
    width: 20vw;
    margin-left: 5vw;
    margin-top: 5vw;
    float: left;
}


h2 {
    font-size: 7vw;
    margin: 0%;
    position: relative;
    
    overflow-wrap: break-word;
    /* left: -5vw; */
}

.talkToText {
    width: 50vw;
    float:right;
    margin-top: 3vw;
    margin-left: 5vw;
    max-width: 48vw;
    /* height: 30vw; */
}
#personBox{
    width: 50vw;
    margin-left: 10vw;
    background-color: white;
    border-radius: 20px 20px 20px;
    float: left;
    box-shadow: 0 0 3vw gray;
}

#potd {
    font-size: 9vw;
}

#possibleTopicsCard {
    margin-top: 5vw;
    width: 80vw;
    margin-left: 10vw;
    /* min-height: 30vw; */
    border-radius: 2vw;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 0 3vw gray;
}

#involvementCard {
    margin-top: 5vw;
    width: 80vw;
    margin-left: 10vw;
    /* min-height: 30vw; */
    border-radius: 2vw;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 0 3vw gray;
}

#friendlyInvolvementText {
    text-align: center;
    margin-top: 3vw;
}

#involvementGraph {
    width: 70vw;
    height: 30vw;
    margin-left: 5vw;
}

#friendCountCard {
    margin-top: 5vw;
    width: 80vw;
    margin-left: 10vw;
    /* min-height: 30vw; */
    border-radius: 2vw;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 0 3vw gray;
}

#friendCountText {
    text-align: center;
    margin-top: 3vw;
}

#friendCount {
    text-align: center;
    font-weight: 900;
    font-size: 30vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
}


#lastFriendlyInteractionCard {
    margin-top: 5vw;
    width: 80vw;
    margin-left: 10vw;
    /* min-height: 30vw; */
    border-radius: 2vw;
    background-color: white;
    margin-bottom: 5vw;
    box-shadow: 0 0 3vw gray;
}

h3 {
    font-size: 7vw;
    margin: 0%;
    position: relative;
    max-width: 100%;
    overflow-wrap: break-word;
    font-weight: 400;
}

#possibleTopicsText {
    text-align: center;
    padding-top: 2vw;
    margin-bottom: 2vw;
    margin-top: 4vw;
}
.iconActions{
    background-color: white;
    border-radius: 10px 10px 10px;
    box-shadow: 0 0 3vw gray;

}
.iconActions:first-child{
    margin-bottom: 3vh;
}

.possibleTopic {
    margin-left: 5vw;
    padding-bottom: 2vw;
    max-width: 100%;
}

#lastFriendlyInteractionText {
    text-align: center;
    padding-top: 2vw;
    margin-bottom: 2vw;
}

.lastFriendlyInteraction {
    margin-left: 5vw;
    padding-bottom: 2vw;
    max-width: 100%;
}
.mediaDiv{
    width: 14vw;
    margin-right: 7vw;
    float: left;
    background-color: white;
    border-radius: 5px 5px 5px;
    min-height: 14vh;
}
.mediaDiv:first-child{
    margin-left: 10vw;
}

#contactPickerButton {
    position: fixed;
    bottom: 25vw;
    right: 10vw;
    border-radius: 2vw;
    background-color: white;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 15;;
    box-shadow: 0 0 3vw gray;
}

#contactPickerButtonImg {
    width: 15vw;
    height: 15vw;
}

#footerDiv {
    height: 15vw;
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    box-shadow: 0 0 3vw gray;
}

.tab {
    width: 33vw;
    float: left;
}

.tabImg {
    height: 15vw;
    width: auto;
    margin-left: 9vw;
}

#thisPage {
    background-color: #eeeeee;
}

#allContent {
    height: calc(100vh - 15vw);
    width: 100vw;
    position: fixed;
    top: 0;
    overflow: scroll;
}