.arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transition: transform 0.3s ease;
    margin-right: 3px;
    margin-bottom: 3px;
}