body{
  background: url(Fool-on-the-planet.png) no-repeat;
  background-size: cover;
}


/*buttons baybay*/
.button{
  width: 150px;
  height: 150px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content:space-around;
}

a:link{
  color: transparent;
  font-size:10px;
}

H1{
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  color: white;
}

H3{
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  color: white;
}

.about{
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: column;
  text-shadow: 
    -1px -1px 0 black, /* Top-left shadow */
    1px -1px 0 black, /* Top-right shadow */
    -1px  1px 0 black, /* Bottom-left shadow */
    1px  1px 0 black; /* Bottom-right shadow */
/*ty google*/
  
}