* {
    margin: 0;
    padding: 0;

}

body {
  background: #000;
  font-family: lato,sans-serif;
  width: 100px;
  height: 208px;
}

.minicontainer {

  position: absolute;
  width: 100px;
  height: 200px;
  top: 0px;
  background: #000;
  text-align: center;
  color: #FFF;
  padding-top: 75px;
  font-size: 30px;
  font-weight: bold;

  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

}

.container {

  position: absolute;
  width: 100px;
  height: 208px;
  background: #FFF;
  text-align: center;

  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

}


.btn {
  font-family: Arial;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  background: #FFF;
  margin-top: 8px;
  margin-bottom: 5px;
  left: 50px;
  height: 55px;
  width: 90px;
  border: solid #000 3px;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.btn:active {
  font-family: Arial;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #000;
  margin-top: 8px;
  margin-bottom: 5px;
  left: 50px;
  height: 55px;
  width: 90px;
  border: solid #000 3px;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}
