h1 {
    border: 2px #eee solid;
    color: brown;
    text-align: center;
    padding: 10px;
}
.container {
    max-width: 1200px;
}
.profilepic {
    object-fit: contain;
    max-width: 200px;
    max-height: 250px;
    width: auto;
    height: auto;
}
