@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400&family=Share+Tech+Mono&display=swap');

body {
    text-align: center;
    height: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-family: 'Share Tech Mono', monospace;
    display: inline-block;
    margin: 50px;
    color: #f0ffff;
    font-size: 75px;
}

input {
    padding: 10px;
    font-family: 'Share Tech Mono', monospace;
}

input[type="submit"] {
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #fff;
}

Input[placeholder] {
    font-style: italic;
    border-radius: 4px;
    width: 250px;
    margin: 25px;
}

footer {
    font-family: 'Karla', sans-serif;
    color: #dcdcdc;
    position: absolute;
    bottom: 0;
    right: 10px;
}

ul {
    font-family: 'Karla', sans-serif;
    color: #f0ffff;
    text-align: center;
    list-style: none;
}

li {
    margin: 10px;
}

button {
    background: black;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1px;
    font-family: 'Share Tech Mono', monospace;
    margin-left: 10px;
}

#clock {
    font-family: 'Karla', sans-serif;
    color: #f0ffff;
    position: absolute;
    top: 0;
    right: 10px;
}

#calender {
    color: #f0ffff;
    font-family: 'Karla', sans-serif;
    position: absolute;
    top: 0;
    left: 10px;
}

#quote {
    font-family: 'Share Tech Mono', monospace;
    color: #000;
    margin: 50px;
    padding: 25px;
    background-color: #f0ffff;
    opacity: .7;
    border-radius: 3px;
}

#weather {
    font-family: 'Karla', sans-serif;
    color: #f0ffff;
    position: absolute;
    bottom: 0;
    left: 10px;
}

#login-form {
    margin: 50px;
}

#footer {
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
}

.hidden {
    display: none;
}