.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* Cute Polka Dotted Green Bow Tie Ribbon - https://www.cursors-4u.com/cursor/cute-polka-dotted-green-bow-tie-ribbon */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/cute-polka-dotted-green-bow-tie-ribbon-9f6cfb1b-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */

body {
  background-color: #fefff2;
  color: #f6bcf7;
  font-family: "Press Start 2P", system-ui;
  font-size: 13px;
}

h1 {
padding-bottom: 8px;
text-shadow: 2px 2px 0px #92E9BE;
font-size: 1.7em;
}




text-box {

    width: 500px;
  margin:auto;
  padding-top: 12%;
  padding-bottom:10%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.my-blogs {
  
   display:flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.my-blogs a{
  margin: 0 10px 0 10px;
  padding-bottom: 5px;
  color:#92E9BE;
  text-shadow: 1px 1px 0px #f6bcf7;
   transition: all 0.3s ease;

}

.my-blogs a:hover{
 color: #f6bcf7;

}

