@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Chelsea+Market&display=swap');

body{
    background-color: black;
    font-family: "Chelsea Market", system-ui;
    font-size: 40px;
}

.imagen{
    width: 60%;
}

.Logo{
    background-color: rgb(0, 0, 0);
    width: 50%;
    margin:auto;
    text-align: center;
    align-items: center;
}

.Palabra{
    /*display: flex;*/
    background-color: rgb(0, 0, 0);
    width: 50%;
    margin:auto;
    text-align: center;
    align-items: center;
}

.Open{
    color:chartreuse;
}
.Close{
    color:red;
}

#fechaHora{
    color: rgb(165, 140, 28);
    font-size: 25px;
}

@media screen and (max-width: 998px) {

    body {
        font-size: 50px;
    }
    .imagen{
        width: 100%;
    }
    .Logo{
        width: 95%;
    }
    .Palabra{
        width: 95%;
    }

    #fechaHora{
        font-size: 40px;
    }

}