:root {
    background-color: #d5e1ef;
    font-family: Helvetica, Arial;
  }
  
  body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container {
    background-color: white;
    border-radius: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 330px;
    /* height: 450px; */
    padding: 15px 0px;
  }
  
  img {
    width: 300px;
    height: 300px;
    border-radius: 8%;
  }
  
  .textone {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    padding: 20px 0;
    width: 290px;
    color: #293448;
  }
  
  .texttwo {
    text-align: center;
    font-size: 16Spx;
    color: gray;
    padding: 0 0 20px 0;
    width: 290px;
  }
  
 