body {
  background-color: black;
  color: white;
  font-family: "Delicious Handrawn", cursive;
  font-weight: 400;
  font-style: normal;
}

.box {
  background:transparent;
  padding:0.5rem 0.5rem;
  margin:0 0.5rem;
  font-size:1rem;

  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius:15px 255px;
  border:solid 3px;
  
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 4em;
  text-align: center;
  width: 100%;
}

.box {
  background: transparent;
  transition: .5s;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover > .box {
  background-color: #121212;
  transition: .8s;
}

.box img {
  width: 70px;
  margin-top: -10px;
}

#bb-box {
  border-color: #70FF39;
  color: #70FF39;
}

#ht-box {
  border-color: #37B8F3;
  color: #37B8F3;
}

#pb-box {
  border-color: #D8422F;
  color: #D8422F;
}

#wos-box {
  border-color: #95532D;
  color: #95532D;
}

#st-box {
  border-color: #aaa;
  color: #aaa;
}

#b-box {
  border-color: #F58220;
  color: #F58220;
}

#bs-box {
  border-color: #725AC1;
  color: #725AC1;
}

#gb-box {
  border-color: #FFD344;
  color: #FFD344;
}

.header {
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius:15px 255px;
  width: auto;
  margin: 20px;
  border-bottom: solid 3px;
}

p {
  font-size: 1.2em;
  font-family: "Handlee", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 20px;
}

p > a {
  color: #FFD344;
  font-weight: 700;
  text-decoration: none;
  border-bottom: #FFD344 0.125em solid;
  border-bottom-right-radius: 2px 1px;
  border-bottom-left-radius:1px 2px;
}

.me-img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin: 20px;
  max-width: 250px;
}
