@font-face {
    font-family: 'Roboto';
    src: url('fuente/Roboto-Regular.ttf') format('Regular'),
         url('fuente/Roboto-Black.ttf') format('Black');
    font-weight: normal;
    font-style: normal;
}
html {
    min-height: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif
  }
  body {
    background-color: #fdfeff;
    margin: 0;
    margin-bottom: 40px;
  }

  nav{
    background-color: #fdfeff;
    color: #fdfeff;
  }

  .container-color {
    background-color: #fdfeff;
  }

  .container-center-login {

    padding: 70px 0;
    align-items: center;
  }

  footer {
    background-color: #fdfeff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    font-family: 'Roboto', sans-serif;
  }
  .text-color {
    color: #000000;
  }