<!DOCTYPE html>
<html>
<head>
<style>
.box {
width: 200px;
height: 200px;
background-color: lightblue;
border-radius: 20px;
border: 2px solid black;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>