



   /* Colors */
   /* #1995AD, #A1D6E2, #F1F1F2 */

   body{margin: 0;}

   .text{
    width: 100%;
    height: 100vh;
    background: #F1F1F2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1995AD;
   }

   .text-center{
    text-align: center;
   }