/* 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;
    color: #0292FA;
}
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;
}

.page1-container1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    
}

.page1-container1-color {
    width: 81px;
    height: 21px;
    border: none;
    margin-left: 55px;
    margin-top: 62px;
    cursor: pointer;
    
}

.container1-header {
    margin-left: -55px;
    width: 676px;
    height: 116px;
    font-weight: bold;
    font-size: 96px;
    //color: #0292FA;
    margin-top: 33px;
}

input {
    width: 1150px;
    height: 200px;
    border-color: #0292FA;
    border: 9px solid;
    font-size: 96px;
    font-weight: bold;
    color: #0292FA;
    border-radius: 100px;
    margin-top: 40px;
}

input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: #0292FA;
}

button {
    width: 200px;
    height: 200px;
    margin-top: 40px;
    font-weight: bold;
    border-color: #0292FA;
    border: 9px solid;
    font-size: 96px;
    color: #0292FA;
    border-radius: 100px;
    cursor: pointer;
}

.page1-starter-to-page2 {
    width: 1150px;
    height: 200px;
    border: none;
    background-color: #0292FA;
    color: #FFFFFF;
}

page1 {
    display: contents;
}

.page2-header {
    width: 731px;
    height: 116px;
    font-weight: bold;
    font-size: 96px;
    margin-top: 33px;
}

.page2-random-action {
    width: 744px;
    height: 116px;
    font-weight: bold;
    font-size: 96px;
    margin-top: 374px;
}

.page2-again-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page2-again-button svg {
    fill: #0292FA;
    stroke: #0292FA;
    margin-top: 183px;
}

page2 {
  width: 100%;
  display: none;
  justify-content: center;
    text-align: center;
}


