.box{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: end;
    gap: 10px;
    padding: 20px;
    
}

h3{
    margin-right: auto;
}

a{
    text-decoration: none;
    color: black;
}