.test {
    border: red 2px solid;
}

.header-container {
    margin-top: 50px;
}

.portrait {
    object-fit: cover;
    object-position: 100% 0;
    filter: grayscale(1);
    height: 200px;
    width: 200px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.v-divider {
    height: 100%;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-margin {
    margin-bottom: 100px;
}