@import url(//fonts.googleapis.com/css?family=Montserrat);

*{
    box-sizing: border-box;
}

html,body{
    height: 100%; margin: 0;
}

body{
    font-family: Montserrat;
    font-size: 18pt;
}

input[type=submit]{
    font-size: 16pt;
    width: 250px;
    background:#183E4F;
color: #FFF;
border-color: #183E4F;
}

input[type=text]{
    font-size: 20pt;
    width: 250px;
    margin: 4px;
    text-align: center;
}

.label{
    font-size: 18pt;
    margin-top: 15px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

p,br{
    clear: both;
}


h3{
color: #183E4F;
}
