.cognitive-sun:hover{
  cursor: pointer;
}

body::-webkit-scrollbar {
    background: #177d5a;
    height: 8px;
    width: 8px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #27d69a!important;
}

body::-webkit-scrollbar-thumb:active {
    border-radius: 0;
    width: 15px;
}

body::-webkit-scrollbar-track {
    border-radius: 5px;
}
h1{
  background:
}

.appear-only-xs,.appear-only-sm,.appear-only-md,.appear-only-lg,.appear-only-xl{
  display: none;
}
@media only screen and (max-width: 1200px) {
  .appear-only-xl{display: flex!important;}
  .tempo{padding-left: 500px!important;}

}
@media only screen and (max-width: 992px) {
  .appear-only-lg{display: flex!important;}
  .tempo{padding-left: 400px!important;}

}

@media only screen and (max-width: 768px) {
  .appear-only-md{display: flex!important;}
  .tempo{padding-left: 300px!important;}

}


@media only screen and (max-width: 576px) {
  .appear-only-sm{display: flex!important;}
  .tempo{padding-left: 200px!important;}

}

@media only screen and (max-height: 450px) {
  .appear-only-xs{display: flex!important;}
  .tempo{padding-left: 100px!important;}

}
