html,body{
    min-height: 100dvh;
    /* background: #fff; */
    background: #fcfcfc;
}
a{
    color: #173348;
}
.btnMainCondo {
    /* background-color: #f79421; */
    /* background: linear-gradient(145deg, #3b82f6, #2563eb); */
    background: linear-gradient(145deg, #173348, #2b5371);
    border: none;
    border-radius: 50px;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    gap: 8px;
    padding-top: 8px;
    justify-content: center;
    &:hover, :focus, :focus-visible, :active, :focus-visible, :focus-within {
        background-color: #cb7410;
    }
}
