@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin-ext');

body {
    background: #659DBD;
    color: white;
    font-family: 'Montserrat', Tahoma, Verdana, arial, helvetica, sans-serif;
    font-size: 15px;
}

h1 {
    text-align: center;
}

form, .box, #shorten {
    padding: 1em;
    background: white;
    border-radius: 0.4em;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    color: black;
    margin-bottom: 1em;
}

form p {
    margin: 0;
    margin-bottom: 0.5em;
    text-align: center;
}

#urlinput {
    display: flex;
}

input[type=text] {
    color: #8d8741;
    background: white;
    font-weight: bold;
    font-size: 22px;
    padding: 0.5em;
    border: none;
    border-bottom: solid 2px #659DBD;
    outline: none;
    margin-right: 1em;
    flex-grow: 1;
}

input[type=submit] {
    background: #8d8741;
    border: none;
    border-radius: 0.4em;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding: 0.5em;
}

a:link, a:visited, a:active {
    color: #BC986A;
}

#shorten input {
    flex-grow: 1;
    color: black;
    border: none;
}

.flex {
    display: flex;
}
