/*font family from google fonts*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap");

/* .date {
  font-size: 62.5%; 
} */

.wrapper {
    transform: rotate(90deg);
    transform-origin: bottom left;

    position: absolute;
    top: -100vw;
    left: 0;

    height: 100%;
    width: 100%;

    overflow: hidden;
}



#date-time {
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;


}

.temp {
    border-radius: 10px;
    background-color: #012443;
    color: rgb(211, 211, 211);
    display: inline-block;
    padding: 5px 8px;
}


#rute {
    background-color: #ffffff;
    height: 10%;
    width: 94.5%;
    left: 3%;
    border-radius: 15px 15px 15px 15px;
    bottom: 21%;
    position: absolute;
    background: #ffffff;
    box-shadow: inset -5px -5px 5px rgba(0, 0, 0, 0.3), inset 5px 5px 5px rgba(0, 0, 0, 0.3);


}

#iklan {
    background-color: #ffffff;
    height: 100%;
    width: 101%;
    margin-top: 145.5%;

    border-radius: 15px 15px 15px 15px;

    background: #ffffff;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.3), 5px 5px 10px rgba(0, 0, 0, 0.3);

}

#status {
    border-radius: 0px 0px 25px 0px;
    border-style: solid;
    border-width: 5px;
}

#mytuc {
    background-color: #ffffff;
    height: 450px;
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    background: #ffffff;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.3), 5px 5px 10px rgba(0, 0, 0, 0.3);
}