body {
  background-color: black;
}

		.FNAFDiv {
  border: 5px outset blue;
  background-color: black;
  text-align: center;
   color: white;
   border-radius: 25px;
}
.utDiv {
  border: 5px outset red;
  background-color: lightblue;
  text-align: center;
   color: black;
   border-radius: 25px;
}
.mcDiv {
  border: 5px solid black;
  background-color: green;
  text-align: center;
   color: black;
   border-radius: 25px;
}

.rblxDiv {
  border: 5px outset black;
  background-color: red;
  text-align: center;
   color: black;
   border-radius: 25px;
}
.tvDiv {
  border: 5px outset magenta;
  background-color: blue;
  text-align: center;
   color: magenta;
   border-radius: 25px;
}
.dwDiv {
  border: 5px outset grey;
  background-color: brown;
  text-align: center;
   color: black;
      border-radius: 25px;
}
.hfDiv {
  border: 5px solid pink;
  background-color: magenta;
  text-align: center;
   color: orange;
      border-radius: 25px;
}
	
}
.hfDiv {
  border: 5px outset pink;
  background-color: magenta;
  text-align: center;
   color: orange;
      border-radius: 25px;
}
		
.crDiv {
  border: 5px outset black;
  background-color: lightblue;
  text-align: center;
   color: orange;
      border-radius: 25px;
}

.ytDiv {
  border: 5px outset black;
  background-color: white;
  text-align: center;
   color: red;
      border-radius: 25px;
}
#keyword {
	FNAF;
  color: blue;
}
img {
  border-radius: 8px;
}
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}