.tanarede header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tanarede h2{
    color: #2f2f2f;
    font-family: "GiorgioSans-Regular";
    font-size: 60px;
}
.tanarede .botton{
    cursor: pointer;
    padding: 2px 10px 0px 10px;
    border-radius: 6px;
    line-height: 24px;
    color: #727070;
    font-size: 14px;
    border: 1px solid #727070;
    height: 35px;
}
.tanarede .botton:hover{
    color: #000000;
    background-color: #f1e723; 
}