* {
    font-family: 'Cascadia Code', monospace;
}

a:link, a:visited {
    color: black;
}

.topbar * {
    padding: 10px;
    font-weight: 450;
}

.topbar #name {
    font-weight: 500;
    font-style: italic;
    position: absolute;
    padding: 0;
    top: 5px;
    right: 10px;
}

/* All the code */

div.notification {
    margin-top: 20px; 

    border: 1.5px solid black;    
    border-radius: 17px;

    padding: 10px;

    width: fit-contenti;
}

span#notification-title {
    font-size: 14.5px;
    font-weight: bold;
    position: relative;
    bottom: 10px;
}

span#notification-icon {
    float: left;
    padding-right: 10px;

    font-size: 16px;
}

span#notification-desc { 
    font-size: 13px;   
}

div#notification span {

}
