/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styling starts below */

body {
    /* background-color: rgb(203, 197, 197); */
    background-color: black;  
}

#heading {
    margin-top: 30px;
    font-size: 40px;
    text-align: center;
}

.notes {
    color: white;
    text-align: center;
}

.gameStart {
    font-size: 60px;
    text-align: center;
    margin: 150px auto;
    background-color: bisque;
    width: 45%;
    border: solid rgb(140, 147, 240) 4px;
    border-radius: 20px;
}

.lorem {
    text-align: center;
    padding: 15px;
    margin-top: 0px;
    color: rgb(7, 225, 14);
    
}

#x {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    color:rgb(14, 239, 255)
}

.scoreInfo {
    text-align: center;
    padding: 5px;
    color: rgb(21, 17, 17);
}

#timer {
    text-align: center;
    color: rgb(21, 17, 17);
}

.startdiv  {
    padding-top: 5px;
    width: 80%;
    margin: 20px auto;
    height: 700px;
    position: absolute;
    margin-left: 10%;
    background-image: url("../images/lady.jpg");
    overflow: scroll;
    
}

.innerdiv {
    margin-top: -10px;
    width: 100%;
    height: 855px;
    position: absolute;
    background-color: rgb(226, 97, 74);

}

#thisShowDiv {
    display: block;
    width: 200px;
    margin: auto;
    color: rgb(183, 183, 245);
    background-color: rgb(242, 61, 61);
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
}

