body {
    margin: 0;
}

a, a:focus, a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.body-container{
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
}

.model-tag:before {
    content: " ";
    position: absolute;
    left: 0;
    height: 36px;
    width: 4px;
    color: red;
    background-color: red;
    border-radius: 36px;
}
.model-tag {
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 36px;
}

