@import url("base.css");

.profile-picture-large {
    border-radius: 50%;
    width: 600px;
    height: 600px;
    background-image: url("../media/images/david_hernandez_portrait.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div {
    text-align: center;
    margin: auto;
}

