body {
    font-family: "Open Sans", sans-serif;
    background-color: #ddd;
   
}

.main {
    padding: 24px;
   
}

.bio {
    padding: 24px;
    border: 5px dotted #9faae5;
    border-radius: 8px;
}

.list {
    list-style: none;
}

.picture {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 11px 9px 15px -4px rgba(0,0,0,0.5);
    border: 4px solid black;
}

a, a:hover, a:focus, a:visited {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-style: italic;
}

.name {
    color:darkslategrey;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.20);
    font-size: 34px;
}
.text {
    margin: 0 10px;
}