@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

.logo {
    margin-top: 70px;
    max-width: 90%;
}

.txt {
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    color: #666666;
    font-weight: 600;
    border-bottom: 1px solid #666666;
}

.txt > p > a {
    color: inherit;
    font-weight: 600;
}

.txt > p > a:hover {
    color: #7a9944;
    text-decoration: none;
}

.textos {
    background-color: #4f622d;
    font-family: 'Comfortaa', cursive;
    color: #FFF;
}

.text-bold {
    font-weight: 700;
    margin-top: 40px;
    color: #c4e28d;
    font-size: 18px;
}

.insc {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
