/* a minimalist set of CSS resets */

/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* adjust typography defaults */
body {
  margin: 1rem;
  font-family: sans-serif;
  line-height: 1.5;
}

.body-text {
  color: red;
}

/* images and videos max out at full width */
img,
video {
  height: auto;
  max-width: 100%;
}
h2 {
  padding: 20px;
   background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); 
}

.oops {
  color: white;
}

.javascript-bs{
  color: ffffff; 
}