@import url('fonts.css');

body
{
    font-family: CeptorScript;
}

#list
{
    width: 480px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#entry, #info
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#entry
{
    height: 16px;
    justify-content: space-between;
}

#info
{
    gap: 8px;
    justify-content: start;
    align-items: center;
}