body {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    text-align: center;
    letter-spacing: 2px;
    background-color: #E5E8EF;
    color: #444857;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.6);
}

.modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E5E8EF;
}

.inner_modal {
    position: relative;
    width: 700px;
    margin: auto;
    padding-top: 100px;
    color: #444857;
}

h1 {
    letter-spacing: 5px;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    color: #1f97f2;
}

h2 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 30px;
    color: #4E5261;
}

h2:nth-child(6) {
    font-size: 22px;
    margin: 30px 0;
    color: #444857; 
}

.btn {
    border: none;
    border-radius: none;
    background-color: #1f97f2;
    color: white;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}

.start {
    font-size: 22px;
    padding: 10px 20px;    
}

.end a {
    display: block;
    margin: 30px;
    color: #1f97f2;
    text-decoration: none;
}

.title_card {
}

.end {
    display: none;
}


#container {
    padding-bottom: 36px;
}

#stat_container {
    padding: 60px 0 30px;
}

.stat {
    display: inline-block;
    margin: 0 10px;
}

.cur_num {
    font-size: 120px;
    padding: 60px 0;
    border-top: 1px solid rgba(0,0,0,0.17);
    border-bottom: 1px solid rgba(0,0,0,0.17);
    background-color: #F7F8FB;
    box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.9), 1px 1px 0 rgba(0,0,0,0.8);
}

input {
    vertical-align: bottom;
}

.input_form {
    margin: 40px;
    padding: 0;
}

.enter {
    font-size: 16px;
    padding: 10px 10px;
}

.text {
    border: none;
    font-size: 34px;
    margin: 10px;
    margin-bottom: 0;
    padding: 10px;
    padding-bottom: 6px;
    width: 180px;
    border: none;
    background-color: transparent;
    border-bottom: 3px solid rgba(0,0,0,0.5);
    color: #444857;
    text-align: center;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
}

#links_container {
	text-align: right;
	padding: 10px 20px;
}

#links_container a {
	text-decoration: none;
	color: #1f97f2;
	margin-left: 15px;
}

#links_container a:visited {
	color: #1f97f2;
}

#links_container a:hover {
	color: #f21f97;
}