@font-face {
    font-family: roboto;
    src: url(tipos/roboto/);
}


body {
    
    margin: 0;
    padding: 0;
    background: #111;
    color: #fff;
}

/* Topo */
.topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 2px solid #444;

 
}

.topo img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 6px;
}

.menu a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    font-weight: bold;
}

/* Conteúdo principal */
.conteudo {
    display: flex;
    justify-content: center;
    padding: 30px;
    border-bottom: 2px solid #444;
    flex-direction: column;
    align-items: center;
}

.conteudo img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
}

#hmenu {
    transition: top .5x;
    text-align: center;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
}




.texto h1 {
    margin: 0 0 15px;
    font-size: 36px; 
    font-family: lobster;
    src:url(tipos/lobster/OFL.txt)

}




#introducao {
    margin-right: 60%;
}

#historia {
margin-left: 60%;


}





