
.containers {
    background-color: rgb(230, 230, 230);
    text-align: center;
    justify-content: center; 
    width: 50%; 
    display: grid;
    margin: 20px auto; 
    padding: 50px;
    font-family: Helvetica;
    font-weight: bold;
    border-radius: 25px;
}

#title {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 70px;
    margin-top: 20px;
    margin-top: 50px;
    text-align: center;
    color: rgb(229, 123, 31);
}

body {
    background-color: rgb(248, 248, 248);
}

.address {
    font-weight: normal;
}

.location-name {
    font-size: 40px;
    color: rgb(229, 123, 31);

}

.current-time {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 25px;
    margin-top: 200px;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
    color: rgb(144, 79, 22);

}

.status {
    font-weight: bold;
    font-size: x-large;
    margin-bottom: 30px;
   
}

.imgs {
    justify-content: center;
    text-align: center;
    margin-left: 20px;
}

.logo {
    justify-content: center;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    height: 30%;
}