body {
    background-color: #E9E8E6;
}

.fa-briefcase {
    font-size: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.fa-user-graduate {
    font-size: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

#CardTextHolder{

}

#CardTitle{
    font-size: 25px;
    color: rgb(216, 216, 216);
    margin-bottom: 0px;
}

#CardText{
    font-size: 18px;
    color: rgb(216, 216, 216);
    margin-bottom: 0px;
}

#profile{
    flex: 1;
    margin-right: 2rem;
}

#content {
    flex: 2;
}


#Presentation {
    margin-top: 1rem;
}

#cont-btn-CV {
    position: relative;    
}

#btn-CV {
    padding: 5px 60px;
    background-color: #3096fe;
    color: #FFFFFF;
    border-color: black;
    border-style: outset;
    border-radius: 20px;
    font-size: 25px;
    font-weight: 500;
    position: relative;
}

#btn-CV:hover {
    background-color: #4ebd2c;
}


#Kontaktuppgifter {
    margin-top: 1rem;
}

#Fjärrsupport {
    margin-top: 1rem;
}

#cont-btn-FS {
    position: relative;    
}

#btn-FS {
    padding: 5px 80px;
    background-color: #3096fe;
    color: #FFFFFF;
    border-color: black;
    border-style: outset;
    border-radius: 20px;
    font-size: 25px;
    font-weight: 500;
    position: relative;
}

#btn-FS:hover {
    padding: 5px 80px;
    background-color: #4ebd2c;
}

#contenttext {
    margin-left: 6rem;
}

#Arbetslivserfarenhet {
    margin-bottom: 1rem;
}

#Utbildningar {

}