.button_ornge {
    background-color: transparent;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.button_blue {
    background-color: transparent;
    color: white;
    padding: 6px 24px;
    border-radius: 28px;
    border: 1px solid #FFF;
}
a.button_red {
    background-color: transparent;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.top_button {
    display: flex;
    justify-content: right; 
    align-items: center; 
    gap: 20px; 
}
.top_button a:hover
 {
    color: #c4bffb;
}