﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Mulish, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text {
    color: #121212;
    border-bottom: 1px solid rgb(104, 104, 104);
    padding: 0.6em 0.6em 0.6em 1em;
    font-size: 1rem; 
}

    .text:hover {
        background-color: #3e4147; 
    }

.text-title {
    color: rgb(236, 236, 236);
    font-size: 1.25rem; 
    font-weight: 700; 
}

.icon {
    max-width: 20px;
    max-height: 20px;
    margin: auto;
}

