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

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

body {
    background: black;
    color: antiquewhite;
    font-family: 'britannic_boldregular';
}

.background {
    margin: 0px auto;
	width: 1200px;
	height: 600px;
	background: url("room1.jpg");
	position: relative; 
}

p {
  font-size: 20px;
  margin: 0 auto;
    padding-left: 20px;
  position: absolute;
    top: 20px;
    right: 100px;
    left: 50px;
     text-shadow: -2px 2px 2px black,
				  1px 1px 2px black,
				 1px -1px 2px black;
				-1px -1px 2px black;
  
}

em {
    color: darkred;
    font-size: 25px;
    position: absolute;
    top: 480px;
    left: 550px;
    -webkit-text-stroke: black .6px; 
    text-shadow: 2px 2px 3px black; 
                
}


strong {
    position: absolute;
    color: antiquewhite;
    font-size: 30px; 
    top: 520px; 
    left: 200px;
    text-shadow: -2px 2px 2px black,
				  1px 1px 2px black,
				 1px -1px 2px black;
				-1px -1px 2px black;
}



.correct {
    display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("name.png");
    width: 100px;
    height: 100px;
    top: 260px;
    left: 415px;
}

.correct:hover {
    background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}

.wrong {
    display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("globe.png");
    width: 200px;
    height: 200px;
    top: 251px;
    left: 5px;
}

.wrong:hover {
    background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}

.wrong2 {
    display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("phone.png");
    width: 50px;
    height: 60px;
    top: 210px;
    left: 862px;
}

.wrong2:hover {
    background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}
