*,
*::before,
*::after {
   margin: 0;
   padding: 0;
   font-family: Verdana, sans-serif;
   box-sizing: border-box;
}

html {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   height: 100%;
}

body {
   height: 90%;
   width: 90%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   border: 15px solid #0156ed;
   border-radius: 20px;
   padding: 50px;
}

h1 {
   margin-top: 30px;
   color: #0156ed;
   font-size: 50px;
}