body{
    background-color: rgb(255, 213, 219);
    margin: 0;
    padding: 0;
    width: 100vw;
  }
  
  *{
    box-sizing: border-box;
    font-family: kongtext;
  }
  
  @font-face{
    font-family: kongtext;
    src: url("../../fonts/editundo.ttf");
  }
  
  .containerhome{
    margin-top: 2vw;
    margin-left: 25vw ;
    width: 50vw;
  }
  
  .centerhome{
    margin-right: 1%;
    float: right;
    overflow:auto;
    width: 98%;
    border: solid 3px #FF408A;
    padding: 1%;
    background-color: white;
    height: 40vw;
    text-align:left
  }
  .centerhome p{
    color: #ff74a9;
    margin:10px;
    text-align: justify;
    line-height: 100%;
  }

  .centerhome th{
      color: #FF408A;
      background-color: pink;
  }

  .centerhome tr{
    color: #ff74a9;
    font-size: 80%;
  }

  .centerhome table{width: 100%;border-collapse: collapse;}

  tr:nth-child(even){background-color: #f2f2f2}


  @media (max-width:961px){

    .containerhome{
        margin-top: 0;
        margin-left: 0;
        width: 100vw;
    }
  
    .centerhome{
        float: none;
        width: auto;
        height: auto;
        border: solid 3px #FF408A;
        margin: 1%;
        padding: 0;
    }
  }
