@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'dada_antiqueridadaantiquerist';
    src: url('dada_antiquerist-webfont.woff2') format('woff2'),
         url('dada_antiquerist-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.background {
	background: url(messybed.png);
	height: 640px;
	width: 1000px;
	position: relative;
	left: 200px;
}

body {
	background: black;
}

p {
	color: white;
	opacity: .9;
  text-shadow: -2px 4px black;
	font-family: 'dada_antiqueridadaantiquerist';
	font-size: 80px;
	position: absolute;
	top: -60px;
	left: 170px;
}

a {
	text-shadow: -2px 3px black;
	opacity: .3;
	background: url(phone.png);
	height: 100px;
	width: 66px;
	position: absolute;
	top: 530px;
	left: 610px;
	display: inline-block;
  -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
transform: rotate(-30deg);
}

a:hover {
	opacity: 1;
}