html,body{
  font-family: 'Roboto', sans-serif;
    color: #ff7d90;
    background-color: #ffbcbf;
    height:100%;
  }
  *{
    box-sizing:border-box;
  }
  .box-inner{
    padding: 20px;
    text-align: center;
    min-width: 350px;
    width: 80%;
    max-width: 500px;
  }
  
  .container{
    width:100%;
    height:100%;
    
    display:flex;
    justify-content:center;
    align-items:center;
  }

  a {
    color: #ff7d90;
    font-weight: 400;
    text-decoration: none;
  }