.mono {
    font-family: 'Ubuntu Mono', monospace;
}

.bg-verde-idomed {
    background-color: rgb(98,213,208) !important;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #dddddd;
}

.w-50px {
    width: 50px !important;
}
.w-75px {
    width: 75px !important;
}
.w-100px {
    width: 100px !important;
}
.w-150px {
    width: 150px !important;
}
.w-200px {
    width: 200px !important;
}
.w-250px {
    width: 250px !important;
}
.w-300px {
    width: 300px !important;
}
.nav-link {
    color: #444444;
}
