It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://celebritypetsfeed.com

  1.  
  2. <!DOCTYPE html>
  3. <html>
  4.    <head>
  5.        <title>Account Temporary On Hold</title>
  6.        <meta charset="UTF-8">
  7.        <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  9.        <link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet">
  10.        <style>
  11.            body{
  12.                font-family: 'Rubik', sans-serif;
  13.                font-size: 14px;
  14.                font-weight: 300;
  15.                margin: 0;
  16.                padding: 0;
  17.            }
  18.            .page-wrapper{
  19.                text-align: center;
  20.                position: absolute;
  21.                top: 0;
  22.                left: 0;
  23.                right: 0;
  24.                bottom: 0;
  25.                background: linear-gradient(to bottom right, #ffffff, #f6ead5);
  26.            }
  27.            .header-section{
  28.                padding: 80px 20px 0;
  29.                text-align: center;
  30.                margin-bottom: 30px;
  31.            }
  32.            .header-section h3{
  33.                font-weight: 300;
  34.                font-size: 28px;
  35.                margin: 10px 0;
  36.                color: #856404;
  37.            }
  38.            .header-section i{
  39.                font-size: 52px;
  40.                color: #f7cc81;
  41.            }
  42.            .content{
  43.                padding: 30px 20px;
  44.                text-align: center;
  45.                background: #fae0b3;
  46.                color: #856404;
  47.                margin-bottom: 30px;
  48.            }
  49.            .content p{
  50.                font-size: 20px;
  51.                line-height: 32px;
  52.            }
  53.            .content-holder{
  54.                position: relative;
  55.                top: 15%;
  56.            }
  57.            .sleeping-robot{
  58.                color: #856404;
  59.                font-size: 15px;
  60.            }
  61.            .sleeping-robot img{
  62.                display: block;
  63.                margin: 0 auto;
  64.            }
  65.            .sleeping-robot blockquote{
  66.                display: inline-block;
  67.                margin: 0px;
  68.                text-align: right;
  69.                width: 400px;
  70.            }
  71.            .sleeping-robot blockquote p{
  72.                margin: 3px 0;
  73.            }
  74.            .sleeping-robot blockquote p:last-child{
  75.                text-align: right;    
  76.                margin: 5px 3px;
  77.            }
  78.            @media screen and (max-width: 991px){
  79.                .header-section{
  80.                    padding: 50px 0 0;
  81.                }
  82.                .content-holder{
  83.                    top: 10%;
  84.                }
  85.                .content p > br{
  86.                    display: none;
  87.                }
  88.            }
  89.            @media screen and (max-width: 767px){
  90.                .header-section{
  91.                    padding: 20px 0 0;
  92.                }
  93.                .content-holder{
  94.                    top: 0;
  95.                }
  96.                .content{
  97.                    padding: 15px;
  98.                    margin-bottom: 20px;
  99.                }
  100.                .header-section h3{
  101.                    font-size: 22px;
  102.                }
  103.                .content p{
  104.                    font-size: 15px;
  105.                    line-height: 26px;
  106.                    margin: 5px 0;
  107.                }
  108.                .page-wrapper img {
  109.                    width: 70%;
  110.                }
  111.                .sleeping-robot{
  112.                    font-size: 13px;
  113.                }
  114.                .sleeping-robot blockquote{
  115.                    width: 70%;
  116.                }
  117.            }
  118.        </style>
  119.    </head>
  120.    <body>
  121.        <section class="page-wrapper">
  122.            <div class="content-holder">
  123.                <div class="header-section">
  124.                    <i class="material-icons">pause_circle_outline</i>
  125.                    <h3>
  126.                        Account Temporary On Hold
  127.                    </h3>
  128.                </div>
  129.                <div class="content">
  130.                    <p>
  131.                        This account is temporary On Hold. Please check your billing for outstanding invoices
  132.                        <br>
  133.                        and the Report Center for any unaddressed Resource usage Incident Reports.
  134.                    </p>
  135.                </div>
  136.                <div class="sleeping-robot">
  137.                    <img src="https://cdn.fastcomet.com/icons/sleeping-robot.svg" width="400">
  138.                    <blockquote>
  139.                        <p><i>Do Androids Dream of Electric Sheep?</i></p>
  140.                        <p>- Philip K. Dick</p>
  141.                    </blockquote>
  142.                </div>
  143.            </div>
  144.        </section>
  145.    </body>
  146. </html>
  147.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda