/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2025 | 03:21:12 */
/* watch YouTube FaceBook */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
#watchYTFB {
  background-color:  #9CFF33;
  border: .12em solid red;
  text-align:  center;
  text-decoration-color: red;
  color: green;
  text-decoration: none;
  font-family: "Roboto";
  font-size: 125%;
 /* margin: 0 10% 0 10%; */
  margin-top: 1em;
  /* border-radius: .5em; */
  line-height: 200%;
}
#watchYTFB a:hover{
  color:  yellow;
  background: green;
  text-decoration: none;
}
/*  yellow box */
#box-yellow{
  display: grid;
  background-color: #FCFF33;
  padding: .25em;
  border: .5 solid black;
  text-align: center;
  /* font-weight: bold; */
  font-family: "Roboto";
  font-size: 125%;
    line-height: 150%;
padding: .25em;
  margin-top: 1em;
}
#box-yellow a:active {
 color: var(--esp_red);
}
#box-yellow a {
text-decoration: none;
}
#box-yellow a:visited {
color: blue;
}
#box-yellow a:hover {
  color: #9CFF33;
  background: grey;
  margin-left: 20%;
  margin-right: 20%;
}
/*  yellow box END*/

/*.box-green {
  background-color: #9EE104;
  color: var(--esp_red);
  padding: .5em;
  text-align: center;
  width: 80%;
  font-size: 150%;
  line-height: 150%;
  margin-bottom: 5%;
border-radius: .5em 1.5em .5em 1.5em;} */
.box-green {
 background-color: #9EE104;
 color: #2B3AA3;
  padding: .25em;
  text-align: center;
  font-family: 'Roboto';
}
.box-green a {
  color: black;
}
.box-green a:hover {
  color: var(--esp_red);
}
.box-green a:visited {
  color: var(--esp_blue);
}
/* youTube box*/
.youtube-box::after {
  content:"cat";
}
.youtube-box p{
  color: red;
}

