 html,body {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: rgba(247, 185, 185, 0.143);
 }

 .paper .warning-frame {
   width: 35vw;
   height: 60vh;
   display: flex;
   flex-direction: column;
   text-align: center;
   justify-content: center;
   border-radius: 60px;
   background-color: white;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
 }
 .paper .warning-frame .top{
  width: 100%;
  display: flex;
  height: 27vh;
  text-align: center;
  justify-content: center;
  border-radius: 60px;
  background-color: #f55555;
 }
 .paper .warning-frame .bottom{
  background-color: white;
  overflow: auto;
  margin-top: -7vh;
  color: #6e7075;
  width: 35vw;
  height: 37vh;
 }
 .paper .warning-frame .space{
  height: 10vh;
  width: 35vw;
 }

 .space a{
  padding: 10px 20px;
  background-color: white; 
  border: rgba(242, 236, 236, 0.567) solid;
  border-radius: 10px;
  text-decoration: none;
  color: black;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
 }