﻿@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import "anchors.css";
@import "fonts.css";
@import "../js/components/logo/logo.css";
@import "../js/components/header/header.css";
@import "../js/components/footer/footer.css";
@import "../js/components/acerca/acerca.css";
@import "../js/components/skills/skills.css";
@import "../js/components/curriculum/curriculum.css";
@import "../js/components/constellation/constellation.css";
@import "../js/components/servicios/servicios.css";
@import "../js/components/pages/home-page/home-page.css";
@import "../js/components/pages/acerca-page/acerca-page.css";
@import "../js/components/pages/servicios-page/servicios-page.css";

body {
  overflow: hidden;
  font-family: "Kanit-Light";
  background-color: #fafafa;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #fafafa;
}

body::-webkit-scrollbar-thumb {
  background-color: #d2dbc8;
  border-radius: 20px;
}

header-app {
  position: absolute;
  top: 0px;
  z-index: 1;
}

footer-app {
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

constellation-app {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.6;
}

acerca-app {
  position: absolute;
  top: 20vh;
  left: 1vw;
  z-index: 1;
}

skills-app {
  position: absolute;
  bottom: 20vh;
  right: 1vw;
  z-index: 1;
}

curriculum-app {
  z-index: 1;
  margin-top: 20vh;
}
