:root{
  --background-color: #000C28;


  
 --color: black;
 --colorBase: #ECFF00;
}

html{
  background-color: var(--background-color);  
  color: var(--colorBase)

}
.links{
  color: rgb(253, 70, 107); 
  transition: all 0.5s ease-out

}

.Red{
  color: red;
}

.white{
  color: white;
}



a:hover{
  color: var(--color)
}

.Size-50{
  font-size: 50px;

}

.size-25{
  font-size: 25px;

}

.size-20{
  font-size: 20px;

}
.size-30{
  font-size: 30px;

}

.size-35{
  font-size: 235px;

}



img{
  max-width:100%  
}
table{
  width: 100%;
  color: white ;

}

.backtable{
 background: aqua;
}

.text-redFont{
color: var(--bs-danger-text-emphasis);
}
.text-orange{
  color: var(--bs-orange);
}

.text_gray{
  color: var(--bs-gray);
}

