@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.logo {
    width: 100px;
}

.sub-menu {
    background: #f0f0f0;
    padding: 15px;
    width: 100%;
}

.sub-menu a i:hover {
    color: #00ff00;
}

.sub-menu a i {
    color: #000;
    font-size: 19pt;
}

.criar {
    color: #000;
    text-decoration: none;
}

.criar:hover {
    color: #00ff00;
}

footer {
    background: #343a40; /* bg-dark */
    color: #fff; /* text-white */
    width: 100%;
    padding: 1rem;
    text-align: center;
}
