#webmaster {
  display: none;
}

/*BODY*/
.webboxeswrapper  {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
  .webmbox {
    display: block;
    width:100%;
    margin: 5px 0px 5px 10px!important;
  }
  .webmbox p {
    line-height: 20px;
  }

.selfportrait {
  width:200px;
  height:200px;
  background-color: red;
  cursor: url("images/cursors/cursor2.png"), default;
}
  .selfportrait:hover {
    background-color: black;
  }

/***DECO***/
.webmasterdeco {
  display: flex;
  margin: 0 auto;
  flex-flow: row wrap;
  width:95%;
  justify-content: center;
  align-items: center;
}

/**GAMES**/
.games {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;

}
  .games img{
    width: 300px;
    height:240px;
    object-fit: cover;
    margin: 5px;
  }
    .games img:hover {
      border: 2px solid red;
      cursor: url("images/cursors/cursor2.png"), default;
    }

@media (max-width:1380px) {
  .boxflex {
    overflow: scroll;
    overflow-y: hidden;
  }
}
