body{
  padding: 25px;
  background-image: linear-gradient(#96c0ff,white);
  cursor:url("https://i.ibb.co/v6jRz3S7/New-Piskel-1-png-2.png"),pointer;
}
.blue {
	color: #0078e8;
}
.grid {
  display:grid;
  grid-template-columns: 25% 75%;
}
.col1 {grid-column:1;}
.col2 {grid-column:2;}
.col3 {grid-column:3;}
.col4 {grid-column:4;}
.textbox {
  text-align: center;
  font-family: "Courier New";
  border:4px dashed grey;
  background-color:#f0f0f0;
  margin:20px;
}
.pink {
  color:#ff00fb;
  font-size:22px;
}
.pTextbox {
  text-align: center;
  font-family: "Courier New";
  border:4px dashed #c906a9;
  background-color:#ff59e3;
  margin:20px;
}
.btb {
  text-align: center;
  font-family: "Courier New";
  border:4px dashed #0057c9;
  background-color:#96c0ff;
  margin:20px;
}
.purp {
  color:#ff007b;
}
.imagebox {
  display:flex;
  justify-content: center;
  width:auto;
  height:auto;
}
a {
  color:#ff007b;
  cursor:url("https://i.ibb.co/FbDNCpjL/New-Piskel-1-png-3.png"),pointer;
}
.grid2 {
  display:grid;
  grid-template-columns:25% 25% 25% 25%;
}
.grid3 {
  display;grid;
  grid-template-columns: 25% 50% 25%;
}
.pinkb {
  border:4px dashed #ff007b;
  background-color: #ff7df6;
  margin-left:30px;
  margin-right:30px;
  transition:transform 0.2s ease;
}
.pinkb:hover {
  transform:scale(1.1);
  cursor:url("https://i.ibb.co/FbDNCpjL/New-Piskel-1-png-3.png"),pointer;
}
.dblue {
  color:#0078e8;
}
img {
  transition:transform 0.2s ease;
}
img:hover {
  transform:scale(1.1);
}
.home {
  position:fixed;
  top:25px;
  left:25px;
}
.bboys {
  position:fixed;
  top:90px;
  left:5px;
}
