@font-face {
    font-family: Bison;
    src: url(../fonts/Bison-Bold.ttf);
    font-family: 'Bison', sans-serif;
}

body{
    font-family: 'Bison', sans-serif;
    font-weight: 700;
    color: #000;
    background-color: #fef1d6;
}

#page-container .internal-row{
    min-height: 100vh ;
    row-gap: 2em;
}
.address{
    font-size: 22px;
    text-decoration: none;
    color: #000;
}

.btn{
    border: 4px solid #000;
    color: #000;
    background-color: transparent;
    font-size: 46px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0;
}

.btn:hover{
    background-color: #000;
    color: #fef1d6;
}

.rombo-container{
    column-gap: 16px;
}
.rombo{
    background-color: #000;
    transform: rotate(45deg);
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rombo i,
.rombo .tripadvisor{
    color: #fef1d6;
    transform: rotate(-45deg);
    font-size: 18px;
}

.rombo .tripadvisor{
    width: 22px;
    height: 22px;
}

