* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;}
    
    body {
        font-family: 'Noto Sans', sans-serif;
        line-height: 1.8rem;
        font-size: 1.1rem;
        background-color: #e5e7e4;
    }

    .logo {
        width: 300px;
    }
    
    .navflex {
       display: flex;
       justify-content: flex-end;
       width: 100%;
    }
    
    .navflex li a:hover {
        background-color: #92d6d8;
        border-radius: 10px;
        font-weight: bold;
    }
    
    .navcolor{
        background-color: #f6fafa;
    }
    
    .navred {
        display: flex;
        justify-content: space-between;
    }

    .card {
        margin-top: 30px;
        margin-right: 10px;
    }

    .card-title {
        font-weight: bold;
        text-transform: uppercase;
    }

    .margeninf {
        margin-bottom: 80px;
    }

    .unirse{
        text-decoration: none;
        font-weight: bold;
    }

    .unirsetwt{
        text-decoration: none;
        font-weight: bold;
        color: #f6fafa;
    }

