#guidelines {
    display: flex;
    align-items: center;
    gap: .3em;
    justify-content: center;
    margin-top: .3em;
}
#guidelines svg {
    fill: #9b9b9b;
    height: 20px;
    width: 20px;
}
