@import url('https://fonts.googleapis.com/css?family=Arvo|Mountains+of+Christmas:400,700&display=swap');
* {
box-sizing: border-box;
}

*:focus {
outline: none;
}
body {
font-family: Arial;
background-color: #3498DB;
padding: 50px;
}
.login {
margin: 20px auto;
width: 300px;
}
.login-screen {
background-color: #FFF;
padding: 20px;
border-radius: 5px
}

.app-title {
text-align: center;
color: #777;
}

.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}

input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 250px;
transition: border .5s;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn {
border: 2px solid transparent;
background: #3498DB;
color: #ffffff;
font-size: 16px;
line-height: 25px;
padding: 10px 0;
text-decoration: none;
text-shadow: none;
border-radius: 3px;
box-shadow: none;
transition: 0.25s;
display: block;
width: 250px;
margin: 0 auto;
}

.btn:hover {
background-color: #2980B9;
}

.login-link {
font-size: 12px;
color: #444;
display: block;
margin-top: 12px;
}


.welcome_login {
text-align: center;	
font-family: 'Mountains of Christmas', cursive;
font-size: 1.5em;
}

.welcome_login h1{
font-size: 2em;
}

.welcome_login h2{
font-family: 'Arvo', cursive;
font-size: 0.5em;
}


.showmatch {
text-align: center;	
font-family: 'Mountains of Christmas', cursive;
font-size: 1.5em;
}

.logout {
margin-top: 25px;
}

.welcome {
text-transform: uppercase;
font-size: 2.5em;
margin-bottom:15px;
}

.welcome h1{
font-size: 2em;
color: #444;
display: block;
}

.match h1 {
font-size: 5em;
color: #7d0b0f;
text-transform: uppercase;
margin-top:0px;
margin-bottom:0px;
}

.infoh {
display:block;
margin-bottom:0px;
}

.info {
border-style:dotted;
border-width:3px;
display:block;
font-weight:bold;
font-size: 2em;
margin-top:0px;
}

.limit {
font-family: 'Arvo', serif;
display: block;
color:white;
background: #7d0b0f;
margin-bottom:15px;
}