.box_01 {
  /*width: 15em;*/
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}



/* {
/*    box-sizing: border-box;
} */

/*body {   стилизует все обьекті в боди
/*    display:flex;
/*    justify-content: center;
/*    align-items: center;
/*    margin:50px auto;
}*/

.btn_01 {
    position: absolute;
    top:20%
}