/*
p {
  color: #00b3ee;
}
div{
  background-color: #1b6d85;
}

body {
  background: $primaryColor;
}

div{
  background: $primaryColor;
}
//*/
