body {
    font-family: courier;
    font-size: 12px;
    background-color: rgb(50, 50, 50);
    color: white;
    margin: 0px;
    padding: 0px;
  }
  
.start{
  width:100%;
  height:100%;
  position:relative;
}

a{
  text-decoration: none;
}

.material-icons.md-80 { font-size: 80px; }
.material-icons.md-dark { color: rgba(0, 0, 0, 1); }

.start-pc{
  min-height: 200px;
  max-height: 200px;
  min-width: 200px;
  max-width: 200px;
  border: 10px solid black;
  float: left;
  font-size: 50px;
  position:absolute;
  top: 0; bottom: 0; left: 0; right: 230;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(10,10,12,.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-family: Lucida Console	;
  font-size: 14px;
    border: 1px solid #927345;
  /* Position the tooltip */
    top: 220px;
    left: 98px;
  position: absolute;
  z-index: 1;
 }
tooltip:hover .tooltiptext {
  visibility: visible;
    transition: all .5s ease-in-out;
}

.start-mobile{
  min-height: 200px;
  max-height: 200px;
  min-width: 200px;
  max-width: 200px;
  border: 10px solid black;
  float: left;
  font-size: 50px;
  position:absolute;
  top: 0; bottom: 0; left: 230; right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item:hover .left .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(10,10,12,.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-family: Lucida Console	;
  font-size: 14px;
    border: 1px solid #927345;
  /* Position the tooltip */
    top: 220px;
    left: 98px;
  position: absolute;
  z-index: 1;
 
}
.item:hover .left:hover .tooltiptext {
  visibility: visible;
    transition: all .5s ease-in-out;
}
