*{
  box-sizing: border-box;
  color:black;
  font-family: 'Montserrat', sans-serif;
}

html, body, .tile div ul{
  margin: 0;
  padding: 0;
}

body{
  background: #eee;
  font-size: 2vh;
}

.desktop{
  padding: 3vh;
}

.tile{
  width: 33.3333%;
  min-height: 25vh;
  padding: .5vh;
  float: left;
}

.tile button, .tile div{
  display: table-cell;
  width: 100% !important;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: white;
  border: none;
}

h2{
  font-size: 4vh;
}

.tile{
  
}

.tile li{
  padding: .5vh;
  list-style: none;
}