body {
  text: white;
  text-contrast: black;
  highlight: #2493ff;
  background: #121212;
  placeholder: black;
  font-main: "Roboto";
  font-title: "Quicksand";
  secondary: transparent;
  hover: transparent;
  
  border-radius: 6px;
  border-radius-secondary: 30px;
  border-radius-round: 100%;
}
import stars from "../public/backgrounds/stars.json";

/* LINK */

.link {
  text-decoration: none;
  color: white;
}

.link:hover {
  text-decoration: underline;
  transition-duration: 0.3s;
  transform: translate(0px, -7px);
}

.link:hover span[class] {
  text-decoration: underline;
  transition-duration: 0.3s;
  transform: translate(0px, -7px);
}

/* END */
/* Footer */

.footer {
  color: black;
  margin-top: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  margin-bottom: 5px;
}

.footermiddle {
  margin: 0 auto;
}

.footersides {
  margin: 0 10px;
}

/* END */

/* Fork Me Button */
* {
  box-sizing: border-box;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.forkme-button {
  margin: 0;
  width: 10vw;
  height: 10vw;
  transition-duration: 0.3s;
}

.forkme-button:hover {
  width: 12vw;
  height: 12vw;
}

.fork-link {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
/* END */

nav {
  margin-top: 10.5px;
  margin-right: 10px;
  overflow: hidden;
}

nav a {
  float: right;
  margin-left: 5.5px;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 15.5px;
}

nav a:hover {
  background-color: #0b86ff;
  color: #ffffff;
  transition: 1.5s;
  border-radius: 35px;
  transition-duration: 0.3s;
  transform: translate(0px, -6px);
}

nav a.active {
  background-color: #2493ff;
  color: white;
  border-radius: 30px;
  
}

nav a.active:hover {
  background-color: #0b86ff;
  color: white;
  transition: 1.5s;
  border-radius: 35px;
  transition-duration: 0.3s;
  transform: translate(0px, -6px);
}

nav .icon {
  display: none;
}


@media screen and (max-width: 555px) {
  nav a:not(:first-child) {display: none;}
  nav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 555px) {
  nav.responsive {position: relative;}
  nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

h1 {
  font-size: 45.5px;
  font: Quicksand;
  bottom: 2%;
}
input {

  width: 640px;
  height: 46px;
  padding: 20px 20px;
  margin: 10px 0;
  box-sizing: border-box;
  border: 3px white;
  border-radius: 6px;
  background-color: #2493ff;
    transition: 0.5s;
}
input[type=text] {
  transition: 0.5s;
  color: black; 
  font-size: large;
  transition-duration: 0.5s;
  transform: translate(0px, -6px);

}
input:hover {
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.46); 
box-shadow: 0px 10px 35px 0px rgba(0,0,0,0.46);
  transition: 0.5s;
  transition-duration: 0.8s;
  transform: translate(0px, -10px);
}
#card1, #card2, #card3, #card4 {
  outline: 3.5px solid #004be0;
  text-align: center;
  floating: center;
  width: 5.5%;
  height: 150px;
  color: white;
  padding: 4.5rem;
  border-radius: 5.5px;
    transition: 0.5s;
}

.searchicon {
  fill: currentColor;
  position: absolute;
  height: 30px;
  width: 30px;
  color: black;
  left: 7px;
}

#card1:hover, #card2:hover, #card3:hover, #card4:hover{
  background-color:  #38b5cf;
  cursor: pointer;
  transition: 0.5s;
  transition-duration: 0.8s;
  transform: translate(0px, -10px);
}
#featured {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 45.5px;
  display: grid;
  grid-gap: 1rem;
  display: flex;
flex-direction: row;
  justify-content: center;
}
.clock {
    position: absolute;
    width: 350px;
    top: 4%;
    text-align: right;
    left: 25px;
    transform: translateX(-50%) translateY(-50%);
    color: #2493ff;
    font-size: 25px;
    letter-spacing: 3px;
  
  hr.rounded {
  border-top: 7px solid #bbb;
  border-radius: 6px;
  color: #ffffff;
    width: 500px;
}

  
p {
  font-family: verdana;
  font-size: 20px;
  text-align: center;
  cor: white;
}

.center {
  text-align: center;
}

h2 {
  font-size: 20px;
  text-align: center;
  color: white;
}

h3 {
  font-size: 25px;
  text-align: center;
  color: white;

