The border thickness is set to 5.

@startuml
<style>
rectangle {
BackgroundColor #white/Aqua
FontColor Blue
FontSize: 14;
FontStyle Bold
LineColor Blue
LineThickness: 5;
RoundCorner:0;
'RoundCorner: var(--default-RoundCorner);
'Shadowing: 3.0;
Shadowing: 5;
}
</style>
left to right direction
actor "Food Critic" as fc
rectangle Restaurant {
usecase "Eat Food" as UC1
usecase "Pay for Food" as UC2
usecase "Drink" as UC3
}
fc --> UC1
fc --> UC2
fc --> UC3
@enduml