@import url('https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap');

.line{
    width: 80%;
    height: 2px;
    background-color: darkgray;
    border-radius: 1px;
    margin: 2rem auto;
}

.line.sl{
    margin: 1rem auto;
    height: 1px;
}

.line.full{
    width: 100%;
}

.line.left{
    margin-left: 0;
    margin-right: auto;
}

.line.right{
    margin-left: auto;
    margin-right: 0;
}

.line.gray{
    background-color: lightgray;
}

.line.white{
    background-color: #fff;
}

.line.black{
    background-color: black;
}

.bold{
    font-weight: bold i !important;
    color: orange i !important;
}

.pageline{
    margin-top: 2rem;
    font-family: 'New Tegomin', serif;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}