/**
2024-08-05
**/
.v_stack{
    display:flex;
    flex-direction: column;
    gap: 4rem;
}
.link_btn{
    display: inline-block;
    background-color: rgba(118, 75, 29, 0.8);
    color: white;
    border-radius: 0.4rem;
    text-decoration: none;
    font-size: 16px;
    padding: 0.5rem 1rem;
    font-weight: 500;
}
.link_btn:hover{
    background-color: rgba(118, 75, 29, 1);
}