<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background: #f1f1f1;
}
/* The device with borders */
.tablet {
position: relative;
width: 768px;
height: 1024px;
margin: auto;
border: 16px black solid;
border-top-width: 60px;
border-bottom-width: 60px;
border-radius: 36px;
}
/* The horizontal line on the top of the device */
.tablet:before {
content: '';
display: block;
width: 60px;
height: 5px;
position: absolute;