/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Montserrat:wght@800&family=Roboto+Mono:wght@500&display=swap');

/* STYLE */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Mono', monospace;
}
header img{
    width: 100px; 
    height: auto; 
    border-radius: 0;
}
header .dropdown-item{
    cursor: pointer;
}