/* Style-sheet for all pages */

html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0 2em 2em;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
    text-decoration: none;
}

img {
    width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 30em;
}

.button-login {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0.5em auto;
    padding: 0.25em 0;
    width: 50%;
}

.button-login:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.button-dangerous {
    color: #A00000;
}

.title {
    clear: both;
    text-align: center;
}

.footer {
    text-align: center;
}

.list-navigation {
    float: right;
}

.list-navigation ul {
    list-style-type: none;
}

.list-navigation-item {
    display: inline-block;
}

.list-navigation-item:hover {
    background: rgba(255, 255, 255, 0.5);
}

.list-navigation-item span {
    display: inline-block;
    padding: 0.5em 1em;
}
