/* @import url('https://fonts.googleapis.com/css2?family=Yeon+Sung&display=swap'); */

html {
    font-family: 'Arial', cursive;
}

#header_logo{
    margin-top: 1em;
    margin-bottom: 1em;
    width: 13rem;
    /* margin: 0.2em 1em 0.2em 1em; */
}

.container-fluid{
    /* margin: 0.2em 1em 4em 1em; */
    text-align: center;
}

.myfooter-parent{
    display: flex;
    align-items: flex-end;
}

.myfooter {
    margin: 2rem auto;
    /* margin-top: max(2rem, auto); */
    /* padding: 0 50% 0 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* align-items:flex-end; */
    /* align: center; */
    /* bottom:0px;
    position:absolute; */
}

.desenvolvido-por-text{
    font-size: 0.6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.desenvolvido-por-text p{
    /* width: 100%; */
    margin: 0;
}

#nhg_logo{
    width: 5rem;
    /* vertical-align: middle; */
    /* margin: 0.2em 1em 0.2em 1em; */
}

