/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the 'License');
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an 'AS IS' BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --google-red-100: #f4c7c3;
  --google-red-300: #e67c73;
  --google-yellow-100: #fce8b2;
  --google-yellow-300: #f7cb4d;
  --google-blue-100: #c6dafc;
  --google-blue-300: #7baaf7;
  --google-green-100: #b7e1cd;
  --google-green-300: #57bb8a;
  --paper-red-500: #f44336;
  --paper-blue-500: #2196f3;
  --paper-orange-500: #ff9800;
  --paper-green-500: #4caf50;
  --paper-purple-500: #9c27b0;
}

.red-100 {
  background-color: var(--google-red-100);
}

.red-300 {
  background-color: var(--google-red-300);
}

.yellow-100 {
  background-color: var(--google-yellow-100);
}

.yellow-300 {
  background-color: var(--google-yellow-300);
}

.blue-100 {
  background-color: var(--google-blue-100);
}

.blue-300 {
  background-color: var(--google-blue-300);
}

.green-100 {
  background-color: var(--google-green-100);
}

.green-300 {
  background-color: var(--google-green-300);
}

.neon-animated-pages {
  height: 100vh;
  position: relative;
}
