﻿.right-panel{
    padding: 20px;
    background-color: #ededed;
    border-radius: 5px;
}

.left-panel{
    align-content: center;
    text-align: center;
    background-color: #ededed;
    padding: 20px;
    border-radius: 5px;
}

img.photo{
    border-radius: 50%;
    width: 70%;
    max-width: 200px;
}

.name{
    font-weight: bold;
    font-size: 2rem;
}

.title{
    font-weight: 300;
    font-size: 1.2rem;
}

.contact{
    display: flex;
    align-items: center;
    justify-content: center;
}

a.email, a.linkedin{
    color: black;
    font-size: 1rem;
    padding: 0 5px;
}
a.email:hover, a.linkedin:hover{
    color: #8e6f3e;
    cursor: pointer;
    text-decoration: none;
}