@font-face {
    font-family: "banco";
    src: url(fonts/BancoStd.ttf);
    font-weight: 400;
    font-style: normal;
}




h1 {
    color: rgb(187, 135, 96);
    font-size: 60px;


    font-family: "banco";
    font-weight: 400;
    font-style: normal;


}



.name {
    p {
        line-height: 5px;
        font-family: "banco";
        font-weight: 400;
        font-style: normal;
    }
}

p {
    font-family: 'Gill Sans';
    line-height: 23px;
}


h1 {

    margin-top: 10px;
    margin-bottom: 0;
}

h2 {
    color: rgb(187, 135, 96);
    font-size: 30px;
    font-weight: bold;
    font-family: "banco";
    font-weight: 400;
    font-style: normal;
}

img {
    width: 100%;
}

.one {
    line-height: 2px;
    border-top: 10px;
}

.roex {
    font-style: inherit;
}


.history {
    line-height: 5px;
    font-family: "banco";
    font-weight: 400;
    font-style: normal;
}

.vox {
    line-height: 10px;
    font-family: "banco";
    font-weight: 500;
    font-style: normal;
}



body {
    background-color: rgb(255, 255, 224);
}

#container {
    background-color: rgb(79, 14, 14);
    width: 900px;
    padding: 20px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;

}

#footer {
    background-color: rgb(255, 241, 241);
    padding: 30px;
    margin-top: 80px;
    border-top: 5px solid rgb(187, 135, 96);
}

#top {
    background-color: rgb(255, 241, 241);
    border-bottom: 6px solid rgb(187, 135, 96);

    padding: 30px;

}


.text {
    background-color: rgb(255, 241, 241);
    margin-top: 30px;
    padding: 30px;
    margin-bottom: 80px;
    margin-top: 80px;

}



#logo {
    width: 200px;
}

#letter {
    width: 200px;
}

#tree {
    background-color: rgb(255, 241, 241);
    margin-top: 30px;
    padding: 30px;
    margin-bottom: 80px;
    margin-top: 80px;
}


#usegrid {
    display: grid;
    grid-template-columns:
        1fr 1fr 1fr;
    ;
    gap: 20px;

}

#textos {
    grid-column: span 2;
}

#anotherone {
    grid-column: span 1;


}