body {
    background-color: white;
    margin:0px;
}

main {
    background-color:#5f61d4;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    background-color: white;
    width: 400px;
    text-align: center;
    border-radius: 50px;
    padding:25px;
    font-family: 'Lato', sans-serif;
}

.headshot {
    width: 170px;
    height: 170px;
    border-radius: 1000px;
}

.name {
    color: black;
    font-size: 32px;
    margin-bottom: 0px;
}

.bio {
    color:#5E636B;
    font-size: 20px;
    margin-top:8px;
}

.links {
    margin: 10px;
}

