
body {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #0d0d0d;
    background-color: white;
    margin-left: 20pt;
    margin-right: 30pt;
}

h1.title {
    /* vertical-align: baseline; */
    font-variant: normal;
    justify-self: center;
    align-self: center;
    text-align: center;
    height: 120px;
}

p.title{
    font-weight: 700;
    margin-bottom: 15pt;
}

p.description {
    font-weight: 400;
    font-size: 15px;
}

p.dot-left {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
}

p.dot-left::before {
    content: "•";
    color: #0d0d0d;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.5;
}

p.bullet-number-1 {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
}

p.bullet-number-1::before {
    content: "1.";
    color: #0d0d0d;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.5;
}

p.bullet-number-2 {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
}

p.bullet-number-2::before {
    content: "2.";
    color: #0d0d0d;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.5;
}

/* Text with trailing dots (ellipsis) */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px; /* Set a fixed width to see the effect */
    border: 1px solid #ccc;
    padding: 5px;
}