<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
body{
width: 100vw;
height: 100vh;
display: flex;
min-height: 500px;
justify-content: center;
align-items: center;
margin: 0;
}
.my-box{
width: 250px;
height: 350px;
background: pink;
padding-top: 40px;
}
.my-book{