/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
  list-style: none;
  Font-size: 1em;
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
	padding: 0 0 10px 10px; /* note the padding around a right floated image */
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0; /* note the padding around a left floated image */
}

/******************************************
/* BASE STYLES
/*******************************************/

body {
     color: #000;
     font-size: 12px;
     line-height: 1.4;
     font-family: Helvetica, Arial, sans-serif;
     background-image: url(../img/btc.jpg);
     background-repeat: no-repeat;
     background-size: cover;
}


/******************************************
/* LAYOUT
/*******************************************/

#crypto {
  margin-top: 150px;
  margin-left: 350px;
  font-size: 25px;
  width: 330px;
}

button {
  font-size: 25px;
}


#name, #print{
  margin-left: 400px;
  font-size: 29px;
  color: blue;
  font-family: 'Share Tech Mono', monospace;
  font-weight: bolder;
}



/******************************************
/* ADDITIONAL STYLES
/*******************************************/
