/* /activities/Peter's Brain Games/Anagrams/styles.css */

*:focus {outline: none;} /* prevents outline on clicked items */
* {user-select: none;} /* prevents highlight of labels */

body {font-family:arial,sans-serif; font-size:20px;
	background-color:#400;}
h2 {text-align:center; margin-top:20px; margin-bottom:-5px;
	font-family:Georgia,serif; font-style:italic; color:blue;}

#box {width:960px; height:850px; background-color:ivory; margin:0 auto;
	border:5px double blue; position:relative;}
#stars {text-align:center; margin-top:20px;}
#stars img {cursor:pointer; padding:10px;}
#best {text-align:center; font-size:24px;}
#start {position:absolute; left:438px; top:280px;}
.round_button {width:80px; height:110px; cursor:pointer;}
.round_button p {margin-top:0px; font-size:20px; text-align:center;}
#home {position:absolute; left:10px; top:10px;}
#back {position:absolute; left:60px; top:10px;}
#again {position:absolute; right:10px; top:10px;}
#moves {position:absolute; left:45px; top:25px; font-size:60px;}

#watch {position:absolute; left:100px; top:100px;}
#pic {position:absolute; left:350px; top:80px;}
.btn {position:absolute; cursor:pointer;}
.wd {text-align:center; font-size:40px; margin-top:-70px; color:navy;
	letter-spacing:3px;}