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

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    font-size:62.5%;
}
body {
    background-image: url('../images/background.jpeg');
    background-position: center;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.all {
    background-color: rgba(255,255,255,0.9);
    padding:30px;
    border-radius:5px;
}
h1 {
    text-align: center;
}
footer {
    font-size:1.2rem;
    text-align: center;
    border-top:1px solid #ccc;
    padding-top: 20px;
}
.greeting{
    font-size: 1.6rem;
    padding: 20px 0;
    text-align:center;
}
.time {
    font-size:6rem;
    font-weight: 700;
    text-align: center;
    color:brown
}
.dateString {
    text-align: center;
    margin-bottom: 15px;
    font-size:16px;
}